# Create the namespace and CRDs, and then wait for them to be availble before creating the remaining resources kubectl create -f manifests/setup
# Wait until the "servicemonitors" CRD is created. The message "No resources found" means success in this context. until kubectl get servicemonitors --all-namespaces ; dodate; sleep 1; echo""; done