mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 13:54:37 +03:00
Fix erroneous ansible args
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
eda75fc706
commit
000b4565c2
@@ -16,7 +16,7 @@
|
||||
until: pods_not_ready.stdout.find("cilium")==-1
|
||||
retries: 30
|
||||
delay: 10
|
||||
fail_when: false
|
||||
failed_when: false
|
||||
when: inventory_hostname == groups['kube_control_plane'][0]
|
||||
|
||||
- name: Cilium | Hubble install
|
||||
|
||||
Reference in New Issue
Block a user