Skip to content

Commit 4a598c1

Browse files
authored
Make kubernetes 1.32.4 default (#12161)
1 parent 1da9f0d commit 4a598c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ kube_token_dir: "{{ kube_config_dir }}/tokens"
1717
kube_api_anonymous_auth: true
1818

1919
## Change this to use another Kubernetes version, e.g. a current beta release
20-
kube_version: 1.32.2
20+
kube_version: 1.32.4
2121

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

0 commit comments

Comments
 (0)