Mohamed Omar Zaian
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
3 additions and
3 deletions
-
README.md
-
roles/download/defaults/main/main.yml
|
|
@ -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) |
|
|
|
|
|
@ -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: |
|
|
|