mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-20 11:59:50 +03:00
275cdc70d4
Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
16 lines
530 B
YAML
16 lines
530 B
YAML
---
|
|
- name: Run the hydrophone checks
|
|
vars:
|
|
networking_check: "\\[sig-network\\] Networking Granular Checks.+\\[Conformance\\]"
|
|
block:
|
|
- name: Run the networking granular checks
|
|
command: "{{ hydrophone_path }} --focus=\"{{ networking_check }}\" --parallel {{ hydrophone_parallel }}"
|
|
rescue:
|
|
- name: List pods cluster-wide
|
|
command: "{{ bin_dir }}/kubectl get pods --all-namespaces -owide"
|
|
changed_when: false
|
|
|
|
- import_role: # noqa name[missing]
|
|
name: cluster-dump
|
|
- fail: # noqa name[missing]
|