Skip to content
Snippets Groups Projects
Commit 6136fa7c authored by Florian Ruynat's avatar Florian Ruynat Committed by Kubernetes Prow Robot
Browse files

Update Kubernetes version to 1.23.1

parent 8d2b4ed4
Branches
Tags
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.22.5 - [kubernetes](https://github.com/kubernetes/kubernetes) v1.23.1
- [etcd](https://github.com/coreos/etcd) v3.5.0 - [etcd](https://github.com/coreos/etcd) v3.5.0
- [docker](https://www.docker.com/) v20.10 (see note) - [docker](https://www.docker.com/) v20.10 (see note)
- [containerd](https://containerd.io/) v1.5.8 - [containerd](https://containerd.io/) v1.5.8
......
...@@ -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.22.5 kube_version: v1.23.1
# 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.22.5 kube_version: v1.23.1
## 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.
Please register or to comment