Set default k8s version to 1.21.3

This commit is contained in:
Florian Ruynat
2021-07-16 09:09:25 +02:00
committed by Kubernetes Prow Robot
parent 1ad9b33b08
commit ed87386d7b
3 changed files with 3 additions and 3 deletions

View File

@@ -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.21.2
kube_version: v1.21.3
# Where the binaries will be downloaded.
# Note: ensure that you've enough disk space (about 1G)