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 65ea4b9 commit ef62b8aCopy full SHA for ef62b8a
deploy/tests/rebuild.sh
@@ -19,7 +19,7 @@ echo "wait --for=condition=ready ..."
19
COUNTER=0
20
while [ $COUNTER -lt 150 ]; do
21
sleep 2
22
- kubectl get pods -n default --no-headers --selector=run=haproxy-ingress | awk '{print "default/haproxy-kubernetes-ingress " $3 " " $5}'
+ kubectl get pods -n haproxy-controller --no-headers --selector=run=haproxy-ingress | awk '{print "haproxy-controller/haproxy-kubernetes-ingress " $3 " " $5}'
23
result=$(kubectl get pods -n default --no-headers --selector=run=haproxy-ingress | awk '{print $3}')
24
if [ "$result" = "Running" ]; then
25
COUNTER=151
0 commit comments