@@ -1387,7 +1387,7 @@ The Docker provider is not designed for production use and is intended for devel
13871387
13881388` ` ` bash
13891389clusterctl generate cluster capi-quickstart --flavor development \
1390- --kubernetes-version v1.31.2 \
1390+ --kubernetes-version v1.32.0 \
13911391 --control-plane-machine-count=3 \
13921392 --worker-machine-count=3 \
13931393 > capi-quickstart.yaml
@@ -1431,7 +1431,7 @@ clusterctl generate cluster capi-quickstart \
14311431` ` ` bash
14321432clusterctl generate cluster capi-quickstart \
14331433 --infrastructure azure \
1434- --kubernetes-version v1.31.2 \
1434+ --kubernetes-version v1.32.0 \
14351435 --control-plane-machine-count=3 \
14361436 --worker-machine-count=3 \
14371437 > capi-quickstart.yaml
@@ -1446,7 +1446,7 @@ yq -i "with(. | select(.kind == \"AzureClusterIdentity\"); .spec.type |= \"Servi
14461446
14471447` ` ` bash
14481448clusterctl generate cluster capi-quickstart \
1449- --kubernetes-version v1.31.2 \
1449+ --kubernetes-version v1.32.0 \
14501450 --control-plane-machine-count=3 \
14511451 --worker-machine-count=3 \
14521452 > capi-quickstart.yaml
@@ -1500,7 +1500,7 @@ and see an output similar to this:
15001500
15011501` ` ` bash
15021502NAME PHASE AGE VERSION
1503- capi-quickstart Provisioned 8s v1.31.2
1503+ capi-quickstart Provisioned 8s v1.32.0
15041504` ` `
15051505
15061506To verify the first control plane is up:
@@ -1513,7 +1513,7 @@ You should see an output is similar to this:
15131513
15141514` ` ` bash
15151515NAME CLUSTER INITIALIZED API SERVER AVAILABLE REPLICAS READY UPDATED UNAVAILABLE AGE VERSION
1516- capi-quickstart-g2trk capi-quickstart true 3 3 3 4m7s v1.31.2
1516+ capi-quickstart-g2trk capi-quickstart true 3 3 3 4m7s v1.32.0
15171517` ` `
15181518
15191519< aside class=" note warning" >
@@ -1768,12 +1768,12 @@ kubectl --kubeconfig=./capi-quickstart.kubeconfig get nodes
17681768```
17691769```bash
17701770NAME STATUS ROLES AGE VERSION
1771- capi-quickstart-vs89t-gmbld Ready control-plane 5m33s v1.31.2
1772- capi-quickstart-vs89t-kf9l5 Ready control-plane 6m20s v1.31.2
1773- capi-quickstart-vs89t-t8cfn Ready control-plane 7m10s v1.31.2
1774- capi-quickstart-md-0-55x6t-5649968bd7-8tq9v Ready <none> 6m5s v1.31.2
1775- capi-quickstart-md-0-55x6t-5649968bd7-glnjd Ready <none> 6m9s v1.31.2
1776- capi-quickstart-md-0-55x6t-5649968bd7-sfzp6 Ready <none> 6m9s v1.31.2
1771+ capi-quickstart-vs89t-gmbld Ready control-plane 5m33s v1.32.0
1772+ capi-quickstart-vs89t-kf9l5 Ready control-plane 6m20s v1.32.0
1773+ capi-quickstart-vs89t-t8cfn Ready control-plane 7m10s v1.32.0
1774+ capi-quickstart-md-0-55x6t-5649968bd7-8tq9v Ready <none> 6m5s v1.32.0
1775+ capi-quickstart-md-0-55x6t-5649968bd7-glnjd Ready <none> 6m9s v1.32.0
1776+ capi-quickstart-md-0-55x6t-5649968bd7-sfzp6 Ready <none> 6m9s v1.32.0
17771777```
17781778
17791779{{#/tab }}
0 commit comments