Skip to content

Commit

Permalink
remove useless break
Browse files Browse the repository at this point in the history
  • Loading branch information
Hosade committed Sep 20, 2024
1 parent 3db597f commit b650f5c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ def main():
state = init_container.state
if state.waiting and state.waiting.reason == "CreateContainerError":
pods_with_failed_init_containers.append(pod_name)
break

if pods_with_failed_init_containers:
print(" Pods with init containers in 'CreateContainerError' state:")
Expand Down

0 comments on commit b650f5c

Please sign in to comment.