[kube] make 1.23.2 the default version
parent
73ff3b0d3b
commit
be9a1f80c1
|
@ -131,7 +131,7 @@ Note: Upstart/SysV init based OS types are not supported.
|
||||||
## Supported Components
|
## Supported Components
|
||||||
|
|
||||||
- Core
|
- Core
|
||||||
- [kubernetes](https://github.com/kubernetes/kubernetes) v1.23.1
|
- [kubernetes](https://github.com/kubernetes/kubernetes) v1.23.2
|
||||||
- [etcd](https://github.com/etcd-io/etcd) v3.5.1
|
- [etcd](https://github.com/etcd-io/etcd) v3.5.1
|
||||||
- [docker](https://www.docker.com/) v20.10 (see note)
|
- [docker](https://www.docker.com/) v20.10 (see note)
|
||||||
- [containerd](https://containerd.io/) v1.5.9
|
- [containerd](https://containerd.io/) v1.5.9
|
||||||
|
|
|
@ -17,7 +17,7 @@ kube_token_dir: "{{ kube_config_dir }}/tokens"
|
||||||
kube_api_anonymous_auth: true
|
kube_api_anonymous_auth: true
|
||||||
|
|
||||||
## Change this to use another Kubernetes version, e.g. a current beta release
|
## Change this to use another Kubernetes version, e.g. a current beta release
|
||||||
kube_version: v1.23.1
|
kube_version: v1.23.2
|
||||||
|
|
||||||
# Where the binaries will be downloaded.
|
# Where the binaries will be downloaded.
|
||||||
# Note: ensure that you've enough disk space (about 1G)
|
# Note: ensure that you've enough disk space (about 1G)
|
||||||
|
|
|
@ -15,7 +15,7 @@ is_fedora_coreos: false
|
||||||
disable_swap: true
|
disable_swap: true
|
||||||
|
|
||||||
## Change this to use another Kubernetes version, e.g. a current beta release
|
## Change this to use another Kubernetes version, e.g. a current beta release
|
||||||
kube_version: v1.23.1
|
kube_version: v1.23.2
|
||||||
|
|
||||||
## The minimum version working
|
## The minimum version working
|
||||||
kube_version_min_required: v1.21.0
|
kube_version_min_required: v1.21.0
|
||||||
|
|
Loading…
Reference in New Issue