@@ -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.30 .0
59+ ** Minimum [ kind] supported version** : v0.31 .0
6060
6161 ** Help with common issues can be found in the [ Troubleshooting Guide] ( ./troubleshooting.md ) .**
6262
@@ -1554,7 +1554,7 @@ The Docker provider is not designed for production use and is intended for devel
15541554
15551555` ` ` bash
15561556clusterctl generate cluster capi-quickstart --flavor development \
1557- --kubernetes-version v1.34 .0 \
1557+ --kubernetes-version v1.35 .0 \
15581558 --control-plane-machine-count=3 \
15591559 --worker-machine-count=3 \
15601560 > capi-quickstart.yaml
@@ -1600,7 +1600,7 @@ clusterctl generate cluster capi-quickstart \
16001600` ` ` bash
16011601clusterctl generate cluster capi-quickstart \
16021602 --infrastructure azure \
1603- --kubernetes-version v1.34 .0 \
1603+ --kubernetes-version v1.35 .0 \
16041604 --control-plane-machine-count=3 \
16051605 --worker-machine-count=3 \
16061606 > capi-quickstart.yaml
@@ -1615,7 +1615,7 @@ yq -i "with(. | select(.kind == \"AzureClusterIdentity\"); .spec.type |= \"Servi
16151615
16161616` ` ` bash
16171617clusterctl generate cluster capi-quickstart \
1618- --kubernetes-version v1.34 .0 \
1618+ --kubernetes-version v1.35 .0 \
16191619 --control-plane-machine-count=3 \
16201620 --worker-machine-count=3 \
16211621 > capi-quickstart.yaml
@@ -1669,7 +1669,7 @@ and see an output similar to this:
16691669
16701670` ` ` bash
16711671NAME PHASE AGE VERSION
1672- capi-quickstart Provisioned 8s v1.34 .0
1672+ capi-quickstart Provisioned 8s v1.35 .0
16731673` ` `
16741674
16751675To verify the first control plane is up:
@@ -1682,7 +1682,7 @@ You should see an output is similar to this:
16821682
16831683` ` ` bash
16841684NAME CLUSTER INITIALIZED API SERVER AVAILABLE REPLICAS READY UPDATED UNAVAILABLE AGE VERSION
1685- capi-quickstart-g2trk capi-quickstart true 3 3 3 4m7s v1.34 .0
1685+ capi-quickstart-g2trk capi-quickstart true 3 3 3 4m7s v1.35 .0
16861686` ` `
16871687
16881688< aside class=" note warning" >
@@ -1836,12 +1836,12 @@ kubectl --kubeconfig=./capi-quickstart.kubeconfig get nodes
18361836` ` `
18371837` ` ` bash
18381838NAME STATUS ROLES AGE VERSION
1839- capi-quickstart-vs89t-gmbld Ready control-plane 5m33s v1.34 .0
1840- capi-quickstart-vs89t-kf9l5 Ready control-plane 6m20s v1.34 .0
1841- capi-quickstart-vs89t-t8cfn Ready control-plane 7m10s v1.34 .0
1842- capi-quickstart-md-0-55x6t-5649968bd7-8tq9v Ready < none> 6m5s v1.34 .0
1843- capi-quickstart-md-0-55x6t-5649968bd7-glnjd Ready < none> 6m9s v1.34 .0
1844- capi-quickstart-md-0-55x6t-5649968bd7-sfzp6 Ready < none> 6m9s v1.34 .0
1839+ capi-quickstart-vs89t-gmbld Ready control-plane 5m33s v1.35 .0
1840+ capi-quickstart-vs89t-kf9l5 Ready control-plane 6m20s v1.35 .0
1841+ capi-quickstart-vs89t-t8cfn Ready control-plane 7m10s v1.35 .0
1842+ capi-quickstart-md-0-55x6t-5649968bd7-8tq9v Ready < none> 6m5s v1.35 .0
1843+ capi-quickstart-md-0-55x6t-5649968bd7-glnjd Ready < none> 6m9s v1.35 .0
1844+ capi-quickstart-md-0-55x6t-5649968bd7-sfzp6 Ready < none> 6m9s v1.35 .0
18451845` ` `
18461846
18471847{{# /tab }}
@@ -1925,12 +1925,12 @@ kubectl --kubeconfig=./capi-quickstart.kubeconfig get nodes
19251925```
19261926```bash
19271927NAME STATUS ROLES AGE VERSION
1928- capi-quickstart-vs89t-gmbld Ready control-plane 5m33s v1.34 .0
1929- capi-quickstart-vs89t-kf9l5 Ready control-plane 6m20s v1.34 .0
1930- capi-quickstart-vs89t-t8cfn Ready control-plane 7m10s v1.34 .0
1931- capi-quickstart-md-0-55x6t-5649968bd7-8tq9v Ready <none> 6m5s v1.34 .0
1932- capi-quickstart-md-0-55x6t-5649968bd7-glnjd Ready <none> 6m9s v1.34 .0
1933- capi-quickstart-md-0-55x6t-5649968bd7-sfzp6 Ready <none> 6m9s v1.34 .0
1928+ capi-quickstart-vs89t-gmbld Ready control-plane 5m33s v1.35 .0
1929+ capi-quickstart-vs89t-kf9l5 Ready control-plane 6m20s v1.35 .0
1930+ capi-quickstart-vs89t-t8cfn Ready control-plane 7m10s v1.35 .0
1931+ capi-quickstart-md-0-55x6t-5649968bd7-8tq9v Ready <none> 6m5s v1.35 .0
1932+ capi-quickstart-md-0-55x6t-5649968bd7-glnjd Ready <none> 6m9s v1.35 .0
1933+ capi-quickstart-md-0-55x6t-5649968bd7-sfzp6 Ready <none> 6m9s v1.35 .0
19341934```
19351935
19361936{{#/tab }}
0 commit comments