mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-15 22:34:21 +03:00
[etcd] make etcd 3.5.16 default (#11572)
* [etcd] make etcd 3.5.16 default * Update etcd binary checksums for version 3.5.16 and lower
This commit is contained in:
@@ -139,10 +139,10 @@ pod_infra_supported_versions:
|
||||
pod_infra_version: "{{ pod_infra_supported_versions[kube_major_version] }}"
|
||||
|
||||
etcd_supported_versions:
|
||||
v1.31: "v3.5.12"
|
||||
v1.30: "v3.5.12"
|
||||
v1.29: "v3.5.12"
|
||||
v1.28: "v3.5.12"
|
||||
v1.31: "v3.5.16"
|
||||
v1.30: "v3.5.16"
|
||||
v1.29: "v3.5.16"
|
||||
v1.28: "v3.5.16"
|
||||
etcd_version: "{{ etcd_supported_versions[kube_major_version] }}"
|
||||
|
||||
crictl_supported_versions:
|
||||
|
||||
Reference in New Issue
Block a user