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.
1 parent 4186920 commit 42f35fcCopy full SHA for 42f35fc
docs/book/src/quick-start.md
@@ -96,10 +96,10 @@ Build and push your image to the location specified by `IMG`:
96
make docker-build docker-push IMG=<some-registry>/controller
97
```
98
99
-Deploy the controller to the cluster:
+Deploy the controller to the cluster with image specified by `IMG`:
100
101
```bash
102
-make deploy
+make deploy IMG=<some-registry>/controller
103
104
105
If you encounter RBAC errors, you may need to grant yourself cluster-admin
0 commit comments