Support non-tls ingress for kind #748

Merged
dboreham merged 6 commits from dboreham/kind-ingress into main 2024-02-17 01:54:33 +00:00
Showing only changes of commit 139e1f25b6 - Show all commits

View File

@ -51,7 +51,7 @@ def wait_for_ingress_in_kind():
for event in w.stream(func=core_v1.list_namespaced_pod,
namespace="ingress-nginx",
label_selector="app.kubernetes.io/component=controller",
timeout_seconds=120):
timeout_seconds=240):
if event['object'].status.container_statuses:
if event['object'].status.container_statuses[0].ready is True:
return