Skip to content

Commit

Permalink
Fix sample inventory kube_version to 1.31.3 (#11767)
Browse files Browse the repository at this point in the history
  • Loading branch information
tico88612 authored Dec 5, 2024
1 parent 98807ff commit 2705cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inventory/sample/group_vars/k8s_cluster/k8s-cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.31.1
kube_version: v1.31.3

# Where the binaries will be downloaded.
# Note: ensure that you've enough disk space (about 1G)
Expand Down

0 comments on commit 2705cfb

Please sign in to comment.