From 0d0f8e8192a7dfb800f53d672cb1922e4096d9a7 Mon Sep 17 00:00:00 2001 From: EL KOUHEN Mehdi Date: Mon, 6 Jan 2020 11:00:34 +0100 Subject: [PATCH] update documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df74619..9b15997 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ Whether to enable the Kubernetes web dashboard UI (only accessible on the master # cni: 'weave' # 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. +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. kubernetes_apiserver_advertise_address: '' kubernetes_version_kubeadm: 'stable-{{ kubernetes_version }}'