Skip to content
Snippets Groups Projects
Unverified Commit a7d42824 authored by Kay Yan's avatar Kay Yan Committed by GitHub
Browse files

Merge pull request #11036 from mzaian/etcd-3512

[etcd] make etcd 3.5.12 default
parents 9ef6678b 70a54451
No related branches found
No related tags found
No related merge requests found
...@@ -161,7 +161,7 @@ Note: Upstart/SysV init based OS types are not supported. ...@@ -161,7 +161,7 @@ Note: Upstart/SysV init based OS types are not supported.
- Core - Core
- [kubernetes](https://github.com/kubernetes/kubernetes) v1.29.3 - [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)) - [docker](https://www.docker.com/) v24.0 (see [Note](#container-runtime-notes))
- [containerd](https://containerd.io/) v1.7.13 - [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) - [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)
......
...@@ -139,9 +139,9 @@ pod_infra_supported_versions: ...@@ -139,9 +139,9 @@ pod_infra_supported_versions:
pod_infra_version: "{{ pod_infra_supported_versions[kube_major_version] }}" pod_infra_version: "{{ pod_infra_supported_versions[kube_major_version] }}"
etcd_supported_versions: etcd_supported_versions:
v1.29: "v3.5.10" v1.29: "v3.5.12"
v1.28: "v3.5.10" v1.28: "v3.5.12"
v1.27: "v3.5.10" v1.27: "v3.5.12"
etcd_version: "{{ etcd_supported_versions[kube_major_version] }}" etcd_version: "{{ etcd_supported_versions[kube_major_version] }}"
crictl_supported_versions: crictl_supported_versions:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment