Skip to content

Commit

Permalink
Merge pull request #11036 from mzaian/etcd-3512
Browse files Browse the repository at this point in the history
[etcd] make etcd 3.5.12 default
  • Loading branch information
yankay authored Apr 1, 2024
2 parents 9ef6678 + 70a5445 commit a7d4282
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ Note: Upstart/SysV init based OS types are not supported.

- Core
- [kubernetes](https://github.com/kubernetes/kubernetes) v1.29.3
- [etcd](https://github.com/etcd-io/etcd) v3.5.10
- [etcd](https://github.com/etcd-io/etcd) v3.5.12
- [docker](https://www.docker.com/) v24.0 (see [Note](#container-runtime-notes))
- [containerd](https://containerd.io/) v1.7.13
- [cri-o](http://cri-o.io/) v1.29.1 (experimental: see [CRI-O Note](docs/cri-o.md). Only on fedora, ubuntu and centos based OS)
Expand Down
6 changes: 3 additions & 3 deletions roles/kubespray-defaults/defaults/main/download.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,9 @@ pod_infra_supported_versions:
pod_infra_version: "{{ pod_infra_supported_versions[kube_major_version] }}"

etcd_supported_versions:
v1.29: "v3.5.10"
v1.28: "v3.5.10"
v1.27: "v3.5.10"
v1.29: "v3.5.12"
v1.28: "v3.5.12"
v1.27: "v3.5.12"
etcd_version: "{{ etcd_supported_versions[kube_major_version] }}"

crictl_supported_versions:
Expand Down

0 comments on commit a7d4282

Please sign in to comment.