[kubernetes] support 1.28.0 / 1.28.1 (#10376) (#10390)

* [kubernetes] support 1.28.0/1.28.1 (#10376)

* [kubernetes] Make 1.28.1 default (#10376)
This commit is contained in:
Takuya Murakami
2023-09-12 11:42:12 +09:00
committed by GitHub
parent af8210dfea
commit 748b0b294d
5 changed files with 39 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.27.5
kube_version: v1.28.1
# Where the binaries will be downloaded.
# Note: ensure that you've enough disk space (about 1G)