From 7945a4a3ad4139087524e533115a6002f3df14ed Mon Sep 17 00:00:00 2001 From: Reimu Date: Wed, 22 Sep 2021 18:22:03 +0800 Subject: [PATCH] chore(*): fix fedora install error and update kube version (#31) * chore(*): fix fedora install error * chore(config): update kube_version to v1.21.5 --- config-sample.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-sample.yaml b/config-sample.yaml index 4663527..d84deb7 100644 --- a/config-sample.yaml +++ b/config-sample.yaml @@ -8,7 +8,7 @@ compose: kubespray: # Kubernetes version by default, only support v1.20.6 - kube_version: v1.21.4 + kube_version: v1.21.5 # For deploy HA cluster you must configure a external apiserver access ip external_apiserver_access_ip: 127.0.0.1 # CNI support calico, flannel, canal, cilium