[etcd] make etcd 3.5.5 default for k8s 1.23 , 1.24 (#9482)
This commit is contained in:
parent
9439487219
commit
f007c77641
1 changed files with 2 additions and 2 deletions
|
@ -134,8 +134,8 @@ kube_major_version: "{{ kube_version | regex_replace('^v([0-9])+\\.([0-9]+)\\.[0
|
||||||
|
|
||||||
etcd_supported_versions:
|
etcd_supported_versions:
|
||||||
v1.25: "v3.5.5"
|
v1.25: "v3.5.5"
|
||||||
v1.24: "v3.5.4"
|
v1.24: "v3.5.5"
|
||||||
v1.23: "v3.5.3"
|
v1.23: "v3.5.5"
|
||||||
etcd_version: "{{ etcd_supported_versions[kube_major_version] }}"
|
etcd_version: "{{ etcd_supported_versions[kube_major_version] }}"
|
||||||
|
|
||||||
crictl_supported_versions:
|
crictl_supported_versions:
|
||||||
|
|
Loading…
Reference in a new issue