2b6866484e
- Allow to overwrite calico cni binaries copied from hyperkube by the custom ones. - Fix calico-ipam deployment (it had wrong source in rsync) - Make copy from hyperkube idempotent (use rsync instead of cp) - Remove some orphaned comments
10 lines
290 B
YAML
10 lines
290 B
YAML
---
|
|
# 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: false
|