Update customizing.md (#2205)

This commit is contained in:
hyeongjun Jo
2023-08-29 04:37:03 +09:00
committed by GitHub
parent 01d4f1daa6
commit b52efb525e

View File

@@ -155,7 +155,7 @@ $ kubectl apply --server-side -f manifests/setup
$ kubectl apply -f manifests/
```
> 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
> kubernetes 1.22. If you are using previous kubernetes versions this feature may not be available and you would need to
> use `kubectl create` instead.