From 477176a4674a04b86a74f4cc1e91045cca0e6013 Mon Sep 17 00:00:00 2001 From: SataQiu Date: Mon, 11 Dec 2023 20:24:02 +0800 Subject: [PATCH] kubeadm: add supported etcd version for v1.30 --- 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 2678a5be4f8..e4fd77b300d 100644 --- a/cmd/kubeadm/app/constants/constants.go +++ b/cmd/kubeadm/app/constants/constants.go @@ -472,6 +472,7 @@ var ( 27: "3.5.10-0", 28: "3.5.10-0", 29: "3.5.10-0", + 30: "3.5.11-0", } // KubeadmCertsClusterRoleName sets the name for the ClusterRole that allows