Skip to content

Commit

Permalink
[etcd] make etcd 3.5.9 default (kubernetes-sigs#10482)
Browse files Browse the repository at this point in the history
  • Loading branch information
mzaian authored and guy.gold committed Oct 30, 2023
1 parent 2be9479 commit 3a8d19f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions roles/download/defaults/main/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3a8d19f

Please sign in to comment.