mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-25 23:16:05 -03:30
Support --ipip option for calico pool
Adds new boolean configuration variable for calico network plugin `ipip`. When it's enabled calico pool is created with '--ipip' option (IP-over-IP encapsulation across hosts). Also refactor pool creation tasks to simplify logic and make tasks more readable.
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
# Enables Internet connectivity from containers
|
||||
nat_outgoing: true
|
||||
|
||||
# Use IP-over-IP encapsulation across hosts
|
||||
ipip: false
|
||||
|
||||
# cloud_provider can only be set to 'gce' or 'aws'
|
||||
# cloud_provider:
|
||||
calicoctl_image_repo: calico/ctl
|
||||
|
||||
Reference in New Issue
Block a user