You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,13 +55,13 @@ Whether to remove the taint that denies pods from being deployed to the Kubernet
55
55
56
56
Whether to enable the Kubernetes web dashboard UI (only accessible on the master itself, or proxied), and the file containing the web dashboard UI manifest.
57
57
58
-
kubernetes_pod_network:
59
-
# Flannel CNI.
60
-
cni: 'flannel'
61
-
cidr: '10.244.0.0/16'
62
-
# Calico CNI.
63
-
# cni: 'calico'
64
-
# cidr: '192.168.0.0/16'
58
+
kubernetes_pod_network:
59
+
# Flannel CNI.
60
+
cni: 'flannel'
61
+
cidr: '10.244.0.0/16'
62
+
# Calico CNI.
63
+
# cni: 'calico'
64
+
# cidr: '192.168.0.0/16'
65
65
66
66
This role currently supports `flannel` (default) or `calico` for cluster pod networking. Choose one or the other for your cluster; converting between the two is not done automatically and could result in broken networking, and should be done outside of this role.
0 commit comments