Skip to content

Commit 17108bb

Browse files
Specify what is run and deployed
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>
1 parent 8afeb40 commit 17108bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/book/src/quick-start.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ Install the CRDs into the cluster:
168168
make install
169169
```
170170

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

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

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

0 commit comments

Comments
 (0)