mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-11 14:11:14 +00:00
use etcd 3.5.6-0 after promotion
This commit is contained in:
@@ -309,7 +309,7 @@ const (
|
||||
MinExternalEtcdVersion = "3.2.18"
|
||||
|
||||
// DefaultEtcdVersion indicates the default etcd version that kubeadm uses
|
||||
DefaultEtcdVersion = "3.5.5-0"
|
||||
DefaultEtcdVersion = "3.5.6-0"
|
||||
|
||||
// Etcd defines variable used internally when referring to etcd component
|
||||
Etcd = "etcd"
|
||||
@@ -476,10 +476,10 @@ var (
|
||||
19: "3.4.13-0",
|
||||
20: "3.4.13-0",
|
||||
21: "3.4.13-0",
|
||||
22: "3.5.5-0",
|
||||
23: "3.5.5-0",
|
||||
24: "3.5.5-0",
|
||||
25: "3.5.5-0",
|
||||
22: "3.5.6-0",
|
||||
23: "3.5.6-0",
|
||||
24: "3.5.6-0",
|
||||
25: "3.5.6-0",
|
||||
}
|
||||
|
||||
// KubeadmCertsClusterRoleName sets the name for the ClusterRole that allows
|
||||
|
Reference in New Issue
Block a user