Browse Source

Fix erroneous ansible args

pull/7814/head
Florian Ruynat 3 years ago
committed by Kubernetes Prow Robot
parent
commit
000b4565c2
1 changed files with 1 additions and 1 deletions
  1. 2
      roles/network_plugin/cilium/tasks/apply.yml

2
roles/network_plugin/cilium/tasks/apply.yml

@ -16,7 +16,7 @@
until: pods_not_ready.stdout.find("cilium")==-1 until: pods_not_ready.stdout.find("cilium")==-1
retries: 30 retries: 30
delay: 10 delay: 10
fail_when: false
failed_when: false
when: inventory_hostname == groups['kube_control_plane'][0] when: inventory_hostname == groups['kube_control_plane'][0]
- name: Cilium | Hubble install - name: Cilium | Hubble install

Loading…
Cancel
Save