Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃摉 Specify what is run and deployed #3788

Merged
merged 1 commit into from
Feb 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading