Browse Source

Fix kube_version in sample inventory (#11026)

pull/11220/head
James 6 months ago
committed by GitHub
parent
commit
e5fc8a933f
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. 2
      inventory/sample/group_vars/k8s_cluster/k8s-cluster.yml

2
inventory/sample/group_vars/k8s_cluster/k8s-cluster.yml

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

Loading…
Cancel
Save