mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-25 15:06:06 -03:30
Remove downloader host
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
times: yes
|
||||
archive: no
|
||||
set_remote_user: false
|
||||
delegate_to: "{{ groups['downloader'][0] }}"
|
||||
delegate_to: "{{ inventory_hostname }}"
|
||||
notify:
|
||||
- restart kubelet
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
times: yes
|
||||
archive: no
|
||||
set_remote_user: false
|
||||
delegate_to: "{{ groups['downloader'][0] }}"
|
||||
delegate_to: "{{ inventory_hostname }}"
|
||||
when: kube_network_plugin == "calico"
|
||||
notify: restart kubelet
|
||||
|
||||
|
||||
Reference in New Issue
Block a user