From 5d8574e871cd3de9d49359d80e63427396ff684d Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Tue, 17 Dec 2019 17:19:24 -0600 Subject: [PATCH] Fix README formatting. --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 8550592..ee4af9d 100644 --- a/README.md +++ b/README.md @@ -55,13 +55,13 @@ Whether to remove the taint that denies pods from being deployed to the Kubernet 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. -kubernetes_pod_network: - # Flannel CNI. - cni: 'flannel' - cidr: '10.244.0.0/16' - # Calico CNI. - # cni: 'calico' - # cidr: '192.168.0.0/16' + kubernetes_pod_network: + # Flannel CNI. + cni: 'flannel' + cidr: '10.244.0.0/16' + # Calico CNI. + # cni: 'calico' + # cidr: '192.168.0.0/16' 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.