Skip to content
Snippets Groups Projects
Commit ababcd54 authored by Calin Cristian Andrei's avatar Calin Cristian Andrei Committed by Kubernetes Prow Robot
Browse files

[kube] make 1.23.3 the new default

parent 7caffde0
No related branches found
No related tags found
No related merge requests found
...@@ -131,7 +131,7 @@ Note: Upstart/SysV init based OS types are not supported. ...@@ -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.2 - [kubernetes](https://github.com/kubernetes/kubernetes) v1.23.3
- [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" ...@@ -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.2 kube_version: v1.23.3
# 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 ...@@ -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.2 kube_version: v1.23.3
## The minimum version working ## The minimum version working
kube_version_min_required: v1.21.0 kube_version_min_required: v1.21.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment