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 01d4f1d commit b52efb5Copy full SHA for b52efb5
docs/customizing.md
@@ -155,7 +155,7 @@ $ kubectl apply --server-side -f manifests/setup
155
$ kubectl apply -f manifests/
156
```
157
158
-> Note that due to some CRD size we are using kubeclt server-side apply feature which is generally available since
+> Note that due to some CRD size we are using kubectl server-side apply feature which is generally available since
159
> kubernetes 1.22. If you are using previous kubernetes versions this feature may not be available and you would need to
160
> use `kubectl create` instead.
161
0 commit comments