mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-16 18:50:08 -03:30
[etcd] make etcd 3.5.9 default (#10482)
This commit is contained in:
committed by
GitHub
parent
de8d1f1a3b
commit
4846f33136
@@ -134,8 +134,8 @@ kube_major_version: "{{ kube_version | regex_replace('^v([0-9])+\\.([0-9]+)\\.[0
|
||||
|
||||
etcd_supported_versions:
|
||||
v1.28: "v3.5.9"
|
||||
v1.27: "v3.5.7"
|
||||
v1.26: "v3.5.6"
|
||||
v1.27: "v3.5.9"
|
||||
v1.26: "v3.5.9"
|
||||
etcd_version: "{{ etcd_supported_versions[kube_major_version] }}"
|
||||
|
||||
crictl_supported_versions:
|
||||
|
||||
Reference in New Issue
Block a user