We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8afeb40 + 17108bb commit 289f208Copy full SHA for 289f208
docs/book/src/quick-start.md
@@ -168,7 +168,7 @@ Install the CRDs into the cluster:
168
make install
169
```
170
171
-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
172
terminal if you want to leave it running):
173
```bash
174
make run
@@ -184,6 +184,7 @@ kubectl apply -k config/samples/
184
185
186
## Run It On the Cluster
187
+When your controller is ready to be packaged and tested in other clusters.
188
189
Build and push your image to the location specified by `IMG`:
190
0 commit comments