mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-04-10 12:39:24 -02:30
Install calico-plugin before running calico
This commit is contained in:
@@ -19,3 +19,9 @@
|
||||
when: not c_tar.stat.exists
|
||||
register: dl_calico
|
||||
delegate_to: "{{ groups['kube-master'][0] }}"
|
||||
|
||||
|
||||
- name: Download calico-kubernetes-plugin
|
||||
local_action: get_url
|
||||
url="{{calico_plugin_download_url}}"
|
||||
dest="{{ local_release_dir }}/calico/bin/calico"
|
||||
|
||||
Reference in New Issue
Block a user