@@ -59,14 +59,16 @@ Whether to enable the Kubernetes web dashboard UI (only accessible on the master
...
@@ -59,14 +59,16 @@ Whether to enable the Kubernetes web dashboard UI (only accessible on the master
# Flannel CNI.
# Flannel CNI.
cni: 'flannel'
cni: 'flannel'
cidr: '10.244.0.0/16'
cidr: '10.244.0.0/16'
#
# Calico CNI.
# Calico CNI.
# cni: 'calico'
# cni: 'calico'
# cidr: '192.168.0.0/16'
# cidr: '192.168.0.0/16'
#
# Weave CNI.
# Weave CNI.
# cni: 'weave'
# cni: 'weave'
# cidr: '192.168.0.0/16'
# cidr: '192.168.0.0/16'
This role currently supports `flannel` (default), `calico` or `weave` for cluster pod networking. Choose one or the other for your cluster; converting between the three is not done automatically and could result in broken networking, and should be done outside of this role.
This role currently supports `flannel` (default), `calico` or `weave` for cluster pod networking. Choose only one for your cluster; converting between them is not done automatically and could result in broken networking; if you need to switch from one to another, it should be done outside of this role.