mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-26 07:26:09 -03:30
[etcd] make etcd 3.5.9 default (#10483)
This commit is contained in:
committed by
GitHub
parent
c7cfd32c40
commit
9dc2092042
@@ -133,9 +133,9 @@ skopeo_version: "v1.13.2"
|
||||
kube_major_version: "{{ kube_version | regex_replace('^v([0-9])+\\.([0-9]+)\\.[0-9]+', 'v\\1.\\2') }}"
|
||||
|
||||
etcd_supported_versions:
|
||||
v1.27: "v3.5.7"
|
||||
v1.26: "v3.5.6"
|
||||
v1.25: "v3.5.6"
|
||||
v1.27: "v3.5.9"
|
||||
v1.26: "v3.5.9"
|
||||
v1.25: "v3.5.9"
|
||||
etcd_version: "{{ etcd_supported_versions[kube_major_version] }}"
|
||||
|
||||
crictl_supported_versions:
|
||||
|
||||
Reference in New Issue
Block a user