From 6fdb9b40a262c73c530c3426f8ba6633b15f1b07 Mon Sep 17 00:00:00 2001 From: Joseph Daniel Date: Sat, 30 Jul 2022 20:41:21 +0530 Subject: [PATCH] readme: Add note about server-side apply in the quickstart --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0b6830ba..74d4770e 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,8 @@ Though for a quickstart a compiled version of the Kubernetes [manifests](manifes ```shell # Create the namespace and CRDs, and then wait for them to be available before creating the remaining resources +# 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. kubectl apply --server-side -f manifests/setup until kubectl get servicemonitors --all-namespaces ; do date; sleep 1; echo ""; done kubectl apply -f manifests/