Give more control over IPIP, but with same default behaviour

This commit is contained in:
AtzeDeVries
2017-06-20 14:50:08 +02:00
parent 586d2a41ce
commit 7332679678
3 changed files with 9 additions and 3 deletions

View File

@@ -71,6 +71,11 @@ kube_users:
# Can also be set to 'cloud', which lets the cloud provider setup appropriate routing
kube_network_plugin: calico
# In case of calico, override default behaviour to enable IPIP. Default behaviour is in case
# of a cloud_provider ipip:true and in case of no cloud provider ipip:false
# calico_ipip: true
# Enable kubernetes network policies
enable_network_policy: false