[kubernetes] make 1.22.8 the new default

This commit is contained in:
Calin Cristian Andrei 2022-03-18 15:59:32 +00:00 committed by Kubernetes Prow Robot
parent aafdcc1b68
commit ae1f8d8578
3 changed files with 3 additions and 3 deletions

View file

@ -131,7 +131,7 @@ Note: Upstart/SysV init based OS types are not supported.
## Supported Components
- Core
- [kubernetes](https://github.com/kubernetes/kubernetes) v1.22.6
- [kubernetes](https://github.com/kubernetes/kubernetes) v1.22.8
- [etcd](https://github.com/coreos/etcd) v3.5.0
- [docker](https://www.docker.com/) v20.10 (see note)
- [containerd](https://containerd.io/) v1.5.8

View file

@ -17,7 +17,7 @@ kube_token_dir: "{{ kube_config_dir }}/tokens"
kube_api_anonymous_auth: true
## Change this to use another Kubernetes version, e.g. a current beta release
kube_version: v1.22.6
kube_version: v1.22.8
# Where the binaries will be downloaded.
# Note: ensure that you've enough disk space (about 1G)

View file

@ -15,7 +15,7 @@ is_fedora_coreos: false
disable_swap: true
## Change this to use another Kubernetes version, e.g. a current beta release
kube_version: v1.22.6
kube_version: v1.22.8
## The minimum version working
kube_version_min_required: v1.20.0