@@ -56,7 +56,7 @@ a target [management cluster] on the selected [infrastructure provider].
5656
5757 [ kind] is not designed for production use.
5858
59- ** Minimum [ kind] supported version** : v0.27 .0
59+ ** Minimum [ kind] supported version** : v0.30 .0
6060
6161 ** Help with common issues can be found in the [ Troubleshooting Guide] ( ./troubleshooting.md ) .**
6262
@@ -1526,7 +1526,7 @@ The Docker provider is not designed for production use and is intended for devel
15261526
15271527` ` ` bash
15281528clusterctl generate cluster capi-quickstart --flavor development \
1529- --kubernetes-version v1.33 .0 \
1529+ --kubernetes-version v1.34 .0 \
15301530 --control-plane-machine-count=3 \
15311531 --worker-machine-count=3 \
15321532 > capi-quickstart.yaml
@@ -1572,7 +1572,7 @@ clusterctl generate cluster capi-quickstart \
15721572` ` ` bash
15731573clusterctl generate cluster capi-quickstart \
15741574 --infrastructure azure \
1575- --kubernetes-version v1.33 .0 \
1575+ --kubernetes-version v1.34 .0 \
15761576 --control-plane-machine-count=3 \
15771577 --worker-machine-count=3 \
15781578 > capi-quickstart.yaml
@@ -1587,7 +1587,7 @@ yq -i "with(. | select(.kind == \"AzureClusterIdentity\"); .spec.type |= \"Servi
15871587
15881588` ` ` bash
15891589clusterctl generate cluster capi-quickstart \
1590- --kubernetes-version v1.33 .0 \
1590+ --kubernetes-version v1.34 .0 \
15911591 --control-plane-machine-count=3 \
15921592 --worker-machine-count=3 \
15931593 > capi-quickstart.yaml
@@ -1641,7 +1641,7 @@ and see an output similar to this:
16411641
16421642` ` ` bash
16431643NAME PHASE AGE VERSION
1644- capi-quickstart Provisioned 8s v1.33 .0
1644+ capi-quickstart Provisioned 8s v1.34 .0
16451645` ` `
16461646
16471647To verify the first control plane is up:
@@ -1654,7 +1654,7 @@ You should see an output is similar to this:
16541654
16551655` ` ` bash
16561656NAME CLUSTER INITIALIZED API SERVER AVAILABLE REPLICAS READY UPDATED UNAVAILABLE AGE VERSION
1657- capi-quickstart-g2trk capi-quickstart true 3 3 3 4m7s v1.33 .0
1657+ capi-quickstart-g2trk capi-quickstart true 3 3 3 4m7s v1.34 .0
16581658` ` `
16591659
16601660< aside class=" note warning" >
@@ -1808,12 +1808,12 @@ kubectl --kubeconfig=./capi-quickstart.kubeconfig get nodes
18081808` ` `
18091809` ` ` bash
18101810NAME STATUS ROLES AGE VERSION
1811- capi-quickstart-vs89t-gmbld Ready control-plane 5m33s v1.33 .0
1812- capi-quickstart-vs89t-kf9l5 Ready control-plane 6m20s v1.33 .0
1813- capi-quickstart-vs89t-t8cfn Ready control-plane 7m10s v1.33 .0
1814- capi-quickstart-md-0-55x6t-5649968bd7-8tq9v Ready < none> 6m5s v1.33 .0
1815- capi-quickstart-md-0-55x6t-5649968bd7-glnjd Ready < none> 6m9s v1.33 .0
1816- capi-quickstart-md-0-55x6t-5649968bd7-sfzp6 Ready < none> 6m9s v1.33 .0
1811+ capi-quickstart-vs89t-gmbld Ready control-plane 5m33s v1.34 .0
1812+ capi-quickstart-vs89t-kf9l5 Ready control-plane 6m20s v1.34 .0
1813+ capi-quickstart-vs89t-t8cfn Ready control-plane 7m10s v1.34 .0
1814+ capi-quickstart-md-0-55x6t-5649968bd7-8tq9v Ready < none> 6m5s v1.34 .0
1815+ capi-quickstart-md-0-55x6t-5649968bd7-glnjd Ready < none> 6m9s v1.34 .0
1816+ capi-quickstart-md-0-55x6t-5649968bd7-sfzp6 Ready < none> 6m9s v1.34 .0
18171817` ` `
18181818
18191819{{# /tab }}
@@ -1897,12 +1897,12 @@ kubectl --kubeconfig=./capi-quickstart.kubeconfig get nodes
18971897```
18981898```bash
18991899NAME STATUS ROLES AGE VERSION
1900- capi-quickstart-vs89t-gmbld Ready control-plane 5m33s v1.33 .0
1901- capi-quickstart-vs89t-kf9l5 Ready control-plane 6m20s v1.33 .0
1902- capi-quickstart-vs89t-t8cfn Ready control-plane 7m10s v1.33 .0
1903- capi-quickstart-md-0-55x6t-5649968bd7-8tq9v Ready <none> 6m5s v1.33 .0
1904- capi-quickstart-md-0-55x6t-5649968bd7-glnjd Ready <none> 6m9s v1.33 .0
1905- capi-quickstart-md-0-55x6t-5649968bd7-sfzp6 Ready <none> 6m9s v1.33 .0
1900+ capi-quickstart-vs89t-gmbld Ready control-plane 5m33s v1.34 .0
1901+ capi-quickstart-vs89t-kf9l5 Ready control-plane 6m20s v1.34 .0
1902+ capi-quickstart-vs89t-t8cfn Ready control-plane 7m10s v1.34 .0
1903+ capi-quickstart-md-0-55x6t-5649968bd7-8tq9v Ready <none> 6m5s v1.34 .0
1904+ capi-quickstart-md-0-55x6t-5649968bd7-glnjd Ready <none> 6m9s v1.34 .0
1905+ capi-quickstart-md-0-55x6t-5649968bd7-sfzp6 Ready <none> 6m9s v1.34 .0
19061906```
19071907
19081908{{#/tab }}
0 commit comments