make-kube-1.25-default (#9364)

This commit is contained in:
Kay Yan 2022-10-20 15:56:57 +08:00 committed by GitHub
parent 958840da89
commit ccbe38f78c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -136,7 +136,7 @@ Note: Upstart/SysV init based OS types are not supported.
## Supported Components
- Core
- [kubernetes](https://github.com/kubernetes/kubernetes) v1.24.7
- [kubernetes](https://github.com/kubernetes/kubernetes) v1.25.3
- [etcd](https://github.com/etcd-io/etcd) v3.5.4
- [docker](https://www.docker.com/) v20.10 (see note)
- [containerd](https://containerd.io/) v1.6.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.24.7
kube_version: v1.25.3
# 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.24.7
kube_version: v1.25.3
## The minimum version working
kube_version_min_required: v1.23.0