[kubernetes] Support kubernetes 1.30.2 (#11343)

This commit is contained in:
Takuya Murakami
2024-07-03 16:06:20 +09:00
committed by GitHub
parent 0bcedd4603
commit a0d03d9fa6
4 changed files with 10 additions and 4 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.29.5
kube_version: v1.30.2
# Where the binaries will be downloaded.
# Note: ensure that you've enough disk space (about 1G)