mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-08 01:47:37 -02:30
Fix an error with Canal when RBAC are disabled (#1619)
* Fix an error with Canal when RBAC are disabled * Update using same rbac strategy used elsewhere
This commit is contained in:
committed by
Matthew Mosesohn
parent
a341adb7f3
commit
0453ed8235
@@ -8,4 +8,4 @@
|
|||||||
filename: "{{kube_config_dir}}/{{item.item.file}}"
|
filename: "{{kube_config_dir}}/{{item.item.file}}"
|
||||||
state: "latest"
|
state: "latest"
|
||||||
with_items: "{{ canal_manifests.results }}"
|
with_items: "{{ canal_manifests.results }}"
|
||||||
when: inventory_hostname == groups['kube-master'][0]
|
when: inventory_hostname == groups['kube-master'][0] and not item|skipped
|
||||||
|
|||||||
Reference in New Issue
Block a user