Skip to content

Commit

Permalink
missing pod var
Browse files Browse the repository at this point in the history
  • Loading branch information
oseoin committed Jul 1, 2024
1 parent c7d7b35 commit af0878b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/suite/utils/resources_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ def wait_until_all_pods_are_ready(v1: CoreV1Api, namespace) -> None:
if counter >= 300:
print("\n===================== IC Logs Start =====================")
try:
pod_name = get_pod_name_that_contains(kube_apis.v1, "nginx-ingress", "nginx-ingress")
logs = kube_apis.v1.read_namespaced_pod_log(pod_name, "nginx-ingress")
print(logs)
except:
Expand Down

0 comments on commit af0878b

Please sign in to comment.