@@ -73,7 +73,7 @@ Metrics are, like all network configuration, part of bootstrap, and will not rec
7373` ` ` bash
7474clusterctl generate cluster test-multiple-vlans \
7575 --infrastructure proxmox \
76- --kubernetes-version v1.28.3 \
76+ --kubernetes-version v1.30.6 \
7777 --control-plane-machine-count=1 \
7878 --worker-machine-count=2 \
7979 --flavor=multiple-vlans > cluster.yaml
@@ -106,7 +106,7 @@ If you're using cilium, be aware that Cilium's helm chart requires `ipv6.enabled
106106``` bash
107107clusterctl generate cluster test-duacl-stack \
108108 --infrastructure proxmox \
109- --kubernetes-version v1.28.3 \
109+ --kubernetes-version v1.30.6 \
110110 --control-plane-machine-count=1 \
111111 --worker-machine-count=2 \
112112 --flavor=dual-stack > cluster.yaml
@@ -162,7 +162,7 @@ METALLB_IPV6_RANGE:
162162``` bash
163163clusterctl generate cluster test-bgp-lb \
164164 --infrastructure proxmox \
165- --kubernetes-version v1.28.3 \
165+ --kubernetes-version v1.30.6 \
166166 --control-plane-machine-count=1 \
167167 --worker-machine-count=2 \
168168 --flavor=cilium-load-balancer > cluster.yaml
0 commit comments