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

[kubernetes] make 1.24.1 the new default

parent ab4d5905
No related branches found
No related tags found
No related merge requests found
...@@ -133,7 +133,7 @@ Note: Upstart/SysV init based OS types are not supported. ...@@ -133,7 +133,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.7 - [kubernetes](https://github.com/kubernetes/kubernetes) v1.24.1
- [etcd](https://github.com/etcd-io/etcd) v3.5.3 - [etcd](https://github.com/etcd-io/etcd) v3.5.3
- [docker](https://www.docker.com/) v20.10 (see note) - [docker](https://www.docker.com/) v20.10 (see note)
- [containerd](https://containerd.io/) v1.6.4 - [containerd](https://containerd.io/) v1.6.4
......
...@@ -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.7 kube_version: v1.24.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)
......
...@@ -253,3 +253,4 @@ ...@@ -253,3 +253,4 @@
- not 'IPv6DualStack=true' in kubeadm_feature_gates - not 'IPv6DualStack=true' in kubeadm_feature_gates
when: when:
- enable_dual_stack_networks - enable_dual_stack_networks
- kube_version is version('v1.24.0', '<')
...@@ -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.7 kube_version: v1.24.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.
Finish editing this message first!
Please register or to comment