From 046bb892566c49f7ba53066fad7d8eb58c64f7af Mon Sep 17 00:00:00 2001 From: "guangli.bao" Date: Sat, 8 Apr 2023 17:56:21 +0800 Subject: [PATCH] supported version of etcd 3.5.7-0 for Kubernetes v1.27.0-rc.0 Signed-off-by: guangli.bao --- cmd/kubeadm/app/constants/constants.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/kubeadm/app/constants/constants.go b/cmd/kubeadm/app/constants/constants.go index 60daa3fa04b..8dd7ae0b849 100644 --- a/cmd/kubeadm/app/constants/constants.go +++ b/cmd/kubeadm/app/constants/constants.go @@ -481,6 +481,7 @@ var ( 24: "3.5.7-0", 25: "3.5.7-0", 26: "3.5.7-0", + 27: "3.5.7-0", } // KubeadmCertsClusterRoleName sets the name for the ClusterRole that allows