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 0ba5e72 + fb61aa2 commit 0ddf457Copy full SHA for 0ddf457
docs/tools_user_guide.md
@@ -156,6 +156,13 @@ OUTPUT_YAML_FILE=hack/install.yaml
156
kubebuilder create config --name=<my-project-name> --controller-image=<controller-image> --output=$OUTPUT_YAML_FILE
157
```
158
159
+The default controller type is a StatefulSet. If you want the controller manager to be
160
+a Deployment, use the following command:
161
+
162
+```sh
163
+kubebuilder create config --name=<my-project-name> --controller-image=<controller-image> --controller-type=deployment --output=$OUTPUT_YAML_FILE
164
+```
165
166
This generates the YAML config to create the following resources:
167
168
* Namespace
0 commit comments