From 91a29f3f7e0078951b0366f68af7f947478a3a47 Mon Sep 17 00:00:00 2001 From: hyeongjun Jo <77392219+hyeongjun-hub@users.noreply.github.com> Date: Mon, 28 Aug 2023 09:08:47 +0900 Subject: [PATCH] Update customizing.md --- docs/customizing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/customizing.md b/docs/customizing.md index bee4e303cc..a051ed4437 100644 --- a/docs/customizing.md +++ b/docs/customizing.md @@ -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.