Skip to content
Snippets Groups Projects
Commit fd20e0de authored by Matthew Mosesohn's avatar Matthew Mosesohn
Browse files

Wait for container creation in check network test

parent b4d06ff8
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,9 @@
- name: Get pod names
shell: "{{bin_dir}}/kubectl get pods -o json"
register: pods
until: '"ContainerCreating" not in pods.stdout'
retries: 60
delay: 2
no_log: true
- name: Get hostnet pods
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment