Skip to content
Snippets Groups Projects
Commit ebffe0da authored by Arve Knudsen's avatar Arve Knudsen Committed by GitHub
Browse files

Refer to CRDs as opposed to TPRs

parent bbfabfaf
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ kctl() { ...@@ -16,7 +16,7 @@ kctl() {
kctl apply -f manifests/prometheus-operator kctl apply -f manifests/prometheus-operator
# Wait for TPRs to be ready. # Wait for CRDs to be ready.
printf "Waiting for Operator to register custom resource definitions..." printf "Waiting for Operator to register custom resource definitions..."
until kctl get customresourcedefinitions servicemonitors.monitoring.coreos.com > /dev/null 2>&1; do sleep 1; printf "."; done until kctl get customresourcedefinitions servicemonitors.monitoring.coreos.com > /dev/null 2>&1; do sleep 1; printf "."; done
until kctl get customresourcedefinitions prometheuses.monitoring.coreos.com > /dev/null 2>&1; do sleep 1; printf "."; done until kctl get customresourcedefinitions prometheuses.monitoring.coreos.com > /dev/null 2>&1; do sleep 1; printf "."; done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment