Skip to content

Commit 5d8574e

Browse files
committed
Fix README formatting.
1 parent ae196c8 commit 5d8574e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@ Whether to remove the taint that denies pods from being deployed to the Kubernet
5555

5656
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.
5757

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'
6565

6666
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.
6767

0 commit comments

Comments
 (0)