mirror of https://github.com/kubernetes/kops.git
Update etcd to v3.5.7
This commit is contained in:
parent
57e9fdd860
commit
1d8114dd8c
|
@ -30,7 +30,7 @@ var _ loader.OptionsBuilder = &EtcdOptionsBuilder{}
|
||||||
|
|
||||||
const (
|
const (
|
||||||
DefaultEtcd3Version_1_20 = "3.4.13"
|
DefaultEtcd3Version_1_20 = "3.4.13"
|
||||||
DefaultEtcd3Version_1_22 = "3.5.6"
|
DefaultEtcd3Version_1_22 = "3.5.7"
|
||||||
)
|
)
|
||||||
|
|
||||||
// BuildOptions is responsible for filling in the defaults for the etcd cluster model
|
// BuildOptions is responsible for filling in the defaults for the etcd cluster model
|
||||||
|
|
|
@ -76,6 +76,7 @@ var etcdSupportedImages = map[string]string{
|
||||||
"3.5.3": "registry.k8s.io/etcd:3.5.3-0",
|
"3.5.3": "registry.k8s.io/etcd:3.5.3-0",
|
||||||
"3.5.4": "registry.k8s.io/etcd:3.5.4-0",
|
"3.5.4": "registry.k8s.io/etcd:3.5.4-0",
|
||||||
"3.5.6": "registry.k8s.io/etcd:3.5.6-0",
|
"3.5.6": "registry.k8s.io/etcd:3.5.6-0",
|
||||||
|
"3.5.7": "registry.k8s.io/etcd:3.5.7-0",
|
||||||
}
|
}
|
||||||
|
|
||||||
func etcdSupportedVersions() []string {
|
func etcdSupportedVersions() []string {
|
||||||
|
|
Loading…
Reference in New Issue