mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-28 16:28:45 -03:30
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]
|