Max Gautier
2 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
tests/testcases/020_check-pods-running.yml
|
|
@ -31,7 +31,7 @@ |
|
|
|
loop_control: |
|
|
|
label: "{{ item.namespace }}/{{ item.name }}" |
|
|
|
- name: Get logs from broken pods |
|
|
|
command: "{{ bin_dir }}/kubectl logs -n {{ item.namespace }} {{ item.pod }}" |
|
|
|
command: "{{ bin_dir }}/kubectl logs -n {{ item.namespace }} {{ item.name }}" |
|
|
|
loop: "{{ pods_not_running + pods_not_ready }}" |
|
|
|
loop_control: |
|
|
|
label: "{{ item.namespace }}/{{ item.name }}" |
|
|
|