mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-16 16:37:33 -02:30
Copy hyperkube cni plugins optionally for calico deployment
Hyperkube from CoreOS now ships with all binaries required for calico and flannel (but not weave). It simplifies deployment for some network plugin scenarios to not download CNI images. TODO: Optionally disable downloading calico to /opt/cni/bin
This commit is contained in:
@@ -9,3 +9,8 @@ ipip: false
|
||||
# cloud_provider:
|
||||
calicoctl_image_repo: calico/ctl
|
||||
calicoctl_image_tag: "{{ calico_version }}"
|
||||
|
||||
# Set to true if your Hyperkube has all required components to run
|
||||
# calico. This is required in order to run canalized calico.
|
||||
use_hyperkube_cni: false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user