mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-04 18:21:06 -03:30
CI: fix broken debugging (#12381)
This commit is contained in:
@@ -31,7 +31,7 @@
|
|||||||
loop_control:
|
loop_control:
|
||||||
label: "{{ item.namespace }}/{{ item.name }}"
|
label: "{{ item.namespace }}/{{ item.name }}"
|
||||||
- name: Get logs from broken pods
|
- 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: "{{ pods_not_running + pods_not_ready }}"
|
||||||
loop_control:
|
loop_control:
|
||||||
label: "{{ item.namespace }}/{{ item.name }}"
|
label: "{{ item.namespace }}/{{ item.name }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user