From f0d1a39e8f22e5dfbaf601832650375b6001a43e Mon Sep 17 00:00:00 2001 From: Paco Xu Date: Thu, 1 Dec 2022 18:41:32 +0800 Subject: [PATCH] add etcd 3.5.6-0 to kuebadm supported etcd version --- 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 c8fc46c8a44..544b5e96828 100644 --- a/cmd/kubeadm/app/constants/constants.go +++ b/cmd/kubeadm/app/constants/constants.go @@ -480,6 +480,7 @@ var ( 23: "3.5.6-0", 24: "3.5.6-0", 25: "3.5.6-0", + 26: "3.5.6-0", } // KubeadmCertsClusterRoleName sets the name for the ClusterRole that allows