c12s-kubespray/roles/network_plugin/calico/defaults/main.yml

11 lines
289 B
YAML
Raw Normal View History

---
# Enables Internet connectivity from containers
nat_outgoing: true
# Use IP-over-IP encapsulation across hosts
ipip: false
# Set to true if you want your calico cni binaries to overwrite the
# ones from hyperkube while leaving other cni plugins intact.
overwrite_hyperkube_cni: true