@@ -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.25 .0
59+ ** Minimum [ kind] supported version** : v0.27 .0
6060
6161 ** Help with common issues can be found in the [ Troubleshooting Guide] ( ./troubleshooting.md ) .**
6262
@@ -1500,7 +1500,7 @@ The Docker provider is not designed for production use and is intended for devel
15001500
15011501` ` ` bash
15021502clusterctl generate cluster capi-quickstart --flavor development \
1503- --kubernetes-version v1.32 .0 \
1503+ --kubernetes-version v1.33 .0 \
15041504 --control-plane-machine-count=3 \
15051505 --worker-machine-count=3 \
15061506 > capi-quickstart.yaml
@@ -1546,7 +1546,7 @@ clusterctl generate cluster capi-quickstart \
15461546` ` ` bash
15471547clusterctl generate cluster capi-quickstart \
15481548 --infrastructure azure \
1549- --kubernetes-version v1.32 .0 \
1549+ --kubernetes-version v1.33 .0 \
15501550 --control-plane-machine-count=3 \
15511551 --worker-machine-count=3 \
15521552 > capi-quickstart.yaml
@@ -1561,7 +1561,7 @@ yq -i "with(. | select(.kind == \"AzureClusterIdentity\"); .spec.type |= \"Servi
15611561
15621562` ` ` bash
15631563clusterctl generate cluster capi-quickstart \
1564- --kubernetes-version v1.32 .0 \
1564+ --kubernetes-version v1.33 .0 \
15651565 --control-plane-machine-count=3 \
15661566 --worker-machine-count=3 \
15671567 > capi-quickstart.yaml
@@ -1615,7 +1615,7 @@ and see an output similar to this:
16151615
16161616` ` ` bash
16171617NAME PHASE AGE VERSION
1618- capi-quickstart Provisioned 8s v1.32 .0
1618+ capi-quickstart Provisioned 8s v1.33 .0
16191619` ` `
16201620
16211621To verify the first control plane is up:
@@ -1628,7 +1628,7 @@ You should see an output is similar to this:
16281628
16291629` ` ` bash
16301630NAME CLUSTER INITIALIZED API SERVER AVAILABLE REPLICAS READY UPDATED UNAVAILABLE AGE VERSION
1631- capi-quickstart-g2trk capi-quickstart true 3 3 3 4m7s v1.32 .0
1631+ capi-quickstart-g2trk capi-quickstart true 3 3 3 4m7s v1.33 .0
16321632` ` `
16331633
16341634< aside class=" note warning" >
@@ -1743,12 +1743,12 @@ kubectl --kubeconfig=./capi-quickstart.kubeconfig get nodes
17431743` ` `
17441744` ` ` bash
17451745NAME STATUS ROLES AGE VERSION
1746- capi-quickstart-vs89t-gmbld Ready control-plane 5m33s v1.32 .0
1747- capi-quickstart-vs89t-kf9l5 Ready control-plane 6m20s v1.32 .0
1748- capi-quickstart-vs89t-t8cfn Ready control-plane 7m10s v1.32 .0
1749- capi-quickstart-md-0-55x6t-5649968bd7-8tq9v Ready < none> 6m5s v1.32 .0
1750- capi-quickstart-md-0-55x6t-5649968bd7-glnjd Ready < none> 6m9s v1.32 .0
1751- capi-quickstart-md-0-55x6t-5649968bd7-sfzp6 Ready < none> 6m9s v1.32 .0
1746+ capi-quickstart-vs89t-gmbld Ready control-plane 5m33s v1.33 .0
1747+ capi-quickstart-vs89t-kf9l5 Ready control-plane 6m20s v1.33 .0
1748+ capi-quickstart-vs89t-t8cfn Ready control-plane 7m10s v1.33 .0
1749+ capi-quickstart-md-0-55x6t-5649968bd7-8tq9v Ready < none> 6m5s v1.33 .0
1750+ capi-quickstart-md-0-55x6t-5649968bd7-glnjd Ready < none> 6m9s v1.33 .0
1751+ capi-quickstart-md-0-55x6t-5649968bd7-sfzp6 Ready < none> 6m9s v1.33 .0
17521752` ` `
17531753
17541754{{# /tab }}
@@ -1832,12 +1832,12 @@ kubectl --kubeconfig=./capi-quickstart.kubeconfig get nodes
18321832```
18331833```bash
18341834NAME STATUS ROLES AGE VERSION
1835- capi-quickstart-vs89t-gmbld Ready control-plane 5m33s v1.32 .0
1836- capi-quickstart-vs89t-kf9l5 Ready control-plane 6m20s v1.32 .0
1837- capi-quickstart-vs89t-t8cfn Ready control-plane 7m10s v1.32 .0
1838- capi-quickstart-md-0-55x6t-5649968bd7-8tq9v Ready <none> 6m5s v1.32 .0
1839- capi-quickstart-md-0-55x6t-5649968bd7-glnjd Ready <none> 6m9s v1.32 .0
1840- capi-quickstart-md-0-55x6t-5649968bd7-sfzp6 Ready <none> 6m9s v1.32 .0
1835+ capi-quickstart-vs89t-gmbld Ready control-plane 5m33s v1.33 .0
1836+ capi-quickstart-vs89t-kf9l5 Ready control-plane 6m20s v1.33 .0
1837+ capi-quickstart-vs89t-t8cfn Ready control-plane 7m10s v1.33 .0
1838+ capi-quickstart-md-0-55x6t-5649968bd7-8tq9v Ready <none> 6m5s v1.33 .0
1839+ capi-quickstart-md-0-55x6t-5649968bd7-glnjd Ready <none> 6m9s v1.33 .0
1840+ capi-quickstart-md-0-55x6t-5649968bd7-sfzp6 Ready <none> 6m9s v1.33 .0
18411841```
18421842
18431843{{#/tab }}
0 commit comments