mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 05:45:06 +03:00
CI: fix broken debugging (#12381)
This commit is contained in:
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user