mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-09 23:12:10 -03:30
CI: fix broken debugging (#12381)
This commit is contained in:
parent
d02910c675
commit
cbdfad8e80
@ -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 }}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user