kubeadm: add supported etcd version for v1.30

This commit is contained in:
SataQiu 2023-12-11 20:24:02 +08:00
parent 0c645922ed
commit 477176a467

View File

@ -472,6 +472,7 @@ var (
27: "3.5.10-0", 27: "3.5.10-0",
28: "3.5.10-0", 28: "3.5.10-0",
29: "3.5.10-0", 29: "3.5.10-0",
30: "3.5.11-0",
} }
// KubeadmCertsClusterRoleName sets the name for the ClusterRole that allows // KubeadmCertsClusterRoleName sets the name for the ClusterRole that allows