Skip to content

Commit

Permalink
Merge pull request #3788 from letthefireflieslive/patch-1
Browse files Browse the repository at this point in the history
馃摉  Specify what is run and deployed
  • Loading branch information
k8s-ci-robot committed Feb 26, 2024
2 parents 8afeb40 + 17108bb commit 289f208
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 289f208

Please sign in to comment.