[etcd] make etcd 3.5.9 default (#10482)

pull/10492/head
Mohamed Omar Zaian 2023-09-29 09:26:42 +02:00 committed by GitHub
parent de8d1f1a3b
commit 4846f33136
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -162,7 +162,7 @@ Note: Upstart/SysV init based OS types are not supported.
- Core
- [kubernetes](https://github.com/kubernetes/kubernetes) v1.28.2
- [etcd](https://github.com/etcd-io/etcd) v3.5.7
- [etcd](https://github.com/etcd-io/etcd) v3.5.9
- [docker](https://www.docker.com/) v20.10 (see note)
- [containerd](https://containerd.io/) v1.7.6
- [cri-o](http://cri-o.io/) v1.27 (experimental: see [CRI-O Note](docs/cri-o.md). Only on fedora, ubuntu and centos based OS)

View File

@ -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: