11 lines
290 B
YAML
11 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
|