Skip to content

Commit 289f208

Browse files
authored
Merge pull request #3788 from letthefireflieslive/patch-1
📖 Specify what is run and deployed
2 parents 8afeb40 + 17108bb commit 289f208

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)