Skip to content

Commit

Permalink
Specify what is run and deployed
Browse files Browse the repository at this point in the history
Briefly explain what is run and why it's `make run` at first and explain why the controller is deployed in the latter

Update docs/book/src/quick-start.md

Co-authored-by: Camila Macedo <7708031+camilamacedo86@users.noreply.github.com>
  • Loading branch information
letthefireflieslive and camilamacedo86 committed Feb 23, 2024
1 parent 8afeb40 commit 17108bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/book/src/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ Install the CRDs into the cluster:
make install
```

Run your controller (this will run in the foreground, so switch to a new
For quick feedback and code-level debugging, run your controller (this will run in the foreground, so switch to a new
terminal if you want to leave it running):
```bash
make run
Expand All @@ -184,6 +184,7 @@ kubectl apply -k config/samples/
```

## Run It On the Cluster
When your controller is ready to be packaged and tested in other clusters.

Build and push your image to the location specified by `IMG`:

Expand Down

0 comments on commit 17108bb

Please sign in to comment.