We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11a5c9b commit 9cecc0cCopy full SHA for 9cecc0c
.github/scripts/end2end/install-kind-dependencies.sh
@@ -72,6 +72,8 @@ kubectl apply --validate=false -f https://github.com/jetstack/cert-manager/relea
72
# so if apply fails, replace can work
73
prom_url=https://raw.githubusercontent.com/coreos/prometheus-operator/${PROMETHEUS_VERSION}/bundle.yaml
74
kubectl create -f $prom_url || kubectl replace -f $prom_url --wait
75
+# wait for the resource to exist
76
+kubectl wait --for=condition=established --timeout=10m crd/alertmanagers.monitoring.coreos.com
77
envsubst < configs/prometheus.yaml | kubectl apply -f -
78
79
# zookeeper
0 commit comments