tokers commented on a change in pull request #660:
URL: 
https://github.com/apache/apisix-ingress-controller/pull/660#discussion_r701537246



##########
File path: test/e2e/scaffold/ingress.go
##########
@@ -217,7 +217,7 @@ spec:
       initContainers:
       - name: wait-apisix-admin
         image: localhost:5000/busybox:1.28
-        command: ['sh', '-c', "until nc -z 
apisix-service-e2e-test.%s.svc.cluster.local 9080 ; do echo waiting for 
apisix-admin; sleep 2; done;"]
+        command: ['sh', '-c', "until nc -z 
apisix-service-e2e-test.%s.svc.cluster.local 9180 ; do echo waiting for 
apisix-admin; sleep 2; done;"]

Review comment:
       Here we add another template `%s`, but it seems you don't change the 
place we render it.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to