[kubernetes] make 1.23.6 the new default
This commit is contained in:
parent
b6e2c56ae6
commit
fcb4c8fb61
2 changed files with 2 additions and 2 deletions
|
@ -131,7 +131,7 @@ Note: Upstart/SysV init based OS types are not supported.
|
|||
## Supported Components
|
||||
|
||||
- Core
|
||||
- [kubernetes](https://github.com/kubernetes/kubernetes) v1.23.5
|
||||
- [kubernetes](https://github.com/kubernetes/kubernetes) v1.23.6
|
||||
- [etcd](https://github.com/etcd-io/etcd) v3.5.3
|
||||
- [docker](https://www.docker.com/) v20.10 (see note)
|
||||
- [containerd](https://containerd.io/) v1.6.2
|
||||
|
|
|
@ -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.23.5
|
||||
kube_version: v1.23.6
|
||||
|
||||
# Where the binaries will be downloaded.
|
||||
# Note: ensure that you've enough disk space (about 1G)
|
||||
|
|
Loading…
Reference in a new issue