@@ -56,7 +56,7 @@ a target [management cluster] on the selected [infrastructure provider].
56
56
57
57
[ kind] is not designed for production use.
58
58
59
- ** Minimum [ kind] supported version** : v0.23 .0
59
+ ** Minimum [ kind] supported version** : v0.24 .0
60
60
61
61
** Help with common issues can be found in the [ Troubleshooting Guide] ( ./troubleshooting.md ) .**
62
62
@@ -1359,7 +1359,7 @@ The Docker provider is not designed for production use and is intended for devel
1359
1359
1360
1360
` ` ` bash
1361
1361
clusterctl generate cluster capi-quickstart --flavor development \
1362
- --kubernetes-version v1.30 .0 \
1362
+ --kubernetes-version v1.31 .0 \
1363
1363
--control-plane-machine-count=3 \
1364
1364
--worker-machine-count=3 \
1365
1365
> capi-quickstart.yaml
@@ -1403,7 +1403,7 @@ clusterctl generate cluster capi-quickstart \
1403
1403
` ` ` bash
1404
1404
clusterctl generate cluster capi-quickstart \
1405
1405
--infrastructure azure \
1406
- --kubernetes-version v1.30 .0 \
1406
+ --kubernetes-version v1.31 .0 \
1407
1407
--control-plane-machine-count=3 \
1408
1408
--worker-machine-count=3 \
1409
1409
> capi-quickstart.yaml
@@ -1418,7 +1418,7 @@ yq -i "with(. | select(.kind == \"AzureClusterIdentity\"); .spec.type |= \"Servi
1418
1418
1419
1419
` ` ` bash
1420
1420
clusterctl generate cluster capi-quickstart \
1421
- --kubernetes-version v1.30 .0 \
1421
+ --kubernetes-version v1.31 .0 \
1422
1422
--control-plane-machine-count=3 \
1423
1423
--worker-machine-count=3 \
1424
1424
> capi-quickstart.yaml
@@ -1472,7 +1472,7 @@ and see an output similar to this:
1472
1472
1473
1473
` ` ` bash
1474
1474
NAME PHASE AGE VERSION
1475
- capi-quickstart Provisioned 8s v1.30 .0
1475
+ capi-quickstart Provisioned 8s v1.31 .0
1476
1476
` ` `
1477
1477
1478
1478
To verify the first control plane is up:
@@ -1485,7 +1485,7 @@ You should see an output is similar to this:
1485
1485
1486
1486
` ` ` bash
1487
1487
NAME CLUSTER INITIALIZED API SERVER AVAILABLE REPLICAS READY UPDATED UNAVAILABLE AGE VERSION
1488
- capi-quickstart-g2trk capi-quickstart true 3 3 3 4m7s v1.30 .0
1488
+ capi-quickstart-g2trk capi-quickstart true 3 3 3 4m7s v1.31 .0
1489
1489
` ` `
1490
1490
1491
1491
< aside class=" note warning" >
@@ -1740,12 +1740,12 @@ kubectl --kubeconfig=./capi-quickstart.kubeconfig get nodes
1740
1740
```
1741
1741
```bash
1742
1742
NAME STATUS ROLES AGE VERSION
1743
- capi-quickstart-vs89t-gmbld Ready control-plane 5m33s v1.30 .0
1744
- capi-quickstart-vs89t-kf9l5 Ready control-plane 6m20s v1.30 .0
1745
- capi-quickstart-vs89t-t8cfn Ready control-plane 7m10s v1.30 .0
1746
- capi-quickstart-md-0-55x6t-5649968bd7-8tq9v Ready <none> 6m5s v1.30 .0
1747
- capi-quickstart-md-0-55x6t-5649968bd7-glnjd Ready <none> 6m9s v1.30 .0
1748
- capi-quickstart-md-0-55x6t-5649968bd7-sfzp6 Ready <none> 6m9s v1.30 .0
1743
+ capi-quickstart-vs89t-gmbld Ready control-plane 5m33s v1.31 .0
1744
+ capi-quickstart-vs89t-kf9l5 Ready control-plane 6m20s v1.31 .0
1745
+ capi-quickstart-vs89t-t8cfn Ready control-plane 7m10s v1.31 .0
1746
+ capi-quickstart-md-0-55x6t-5649968bd7-8tq9v Ready <none> 6m5s v1.31 .0
1747
+ capi-quickstart-md-0-55x6t-5649968bd7-glnjd Ready <none> 6m9s v1.31 .0
1748
+ capi-quickstart-md-0-55x6t-5649968bd7-sfzp6 Ready <none> 6m9s v1.31 .0
1749
1749
```
1750
1750
1751
1751
{{#/tab }}
0 commit comments