Skip to content
Snippets Groups Projects
Unverified Commit c4129e54 authored by David Rabkin's avatar David Rabkin
Browse files

Update README

parent 6190853c
Branches
Tags
No related merge requests found
...@@ -62,7 +62,10 @@ Though for a quickstart a compiled version of the Kubernetes [manifests](manifes ...@@ -62,7 +62,10 @@ Though for a quickstart a compiled version of the Kubernetes [manifests](manifes
# Note that due to some CRD size we are using kubectl server-side apply feature which is generally available since kubernetes 1.22. # 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. # 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 kubectl apply --server-side -f manifests/setup
until kubectl get servicemonitors --all-namespaces ; do date; sleep 1; echo ""; done kubectl wait \
--for condition=Established \
--all CustomResourceDefinition \
--namespace=monitoring
kubectl apply -f manifests/ kubectl apply -f manifests/
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment