@@ -1215,7 +1215,7 @@ The Docker provider is not designed for production use and is intended for devel
1215
1215
1216
1216
` ` ` bash
1217
1217
clusterctl generate cluster capi-quickstart --flavor development \
1218
- --kubernetes-version v1.26 .0 \
1218
+ --kubernetes-version v1.27 .0 \
1219
1219
--control-plane-machine-count=3 \
1220
1220
--worker-machine-count=3 \
1221
1221
> capi-quickstart.yaml
@@ -1227,7 +1227,7 @@ clusterctl generate cluster capi-quickstart --flavor development \
1227
1227
` ` ` bash
1228
1228
export CLUSTER_NAME=kind
1229
1229
export CLUSTER_NAMESPACE=vcluster
1230
- export KUBERNETES_VERSION=1.26 .0
1230
+ export KUBERNETES_VERSION=1.27 .0
1231
1231
export HELM_VALUES=" service:\n type: NodePort"
1232
1232
1233
1233
kubectl create namespace ${CLUSTER_NAMESPACE}
@@ -1258,7 +1258,7 @@ clusterctl generate cluster capi-quickstart \
1258
1258
1259
1259
` ` ` bash
1260
1260
clusterctl generate cluster capi-quickstart \
1261
- --kubernetes-version v1.26 .0 \
1261
+ --kubernetes-version v1.27 .0 \
1262
1262
--control-plane-machine-count=3 \
1263
1263
--worker-machine-count=3 \
1264
1264
> capi-quickstart.yaml
@@ -1308,6 +1308,13 @@ You can also get an "at glance" view of the cluster and its resources by running
1308
1308
clusterctl describe cluster capi-quickstart
1309
1309
` ` `
1310
1310
1311
+ and see an output similar to this:
1312
+
1313
+ ` ` ` bash
1314
+ NAME PHASE AGE VERSION
1315
+ capi-quickstart Provisioned 8s v1.27.0
1316
+ ` ` `
1317
+
1311
1318
To verify the first control plane is up:
1312
1319
1313
1320
` ` ` bash
@@ -1318,7 +1325,7 @@ You should see an output is similar to this:
1318
1325
1319
1326
` ` ` bash
1320
1327
NAME CLUSTER INITIALIZED API SERVER AVAILABLE REPLICAS READY UPDATED UNAVAILABLE AGE VERSION
1321
- capi-quickstart-g2trk capi-quickstart true 3 3 3 4m7s v1.26 .0
1328
+ capi-quickstart-g2trk capi-quickstart true 3 3 3 4m7s v1.27 .0
1322
1329
` ` `
1323
1330
1324
1331
< aside class=" note warning" >
@@ -1537,13 +1544,13 @@ let's check the status using `kubectl get nodes`:
1537
1544
kubectl --kubeconfig=./capi-quickstart.kubeconfig get nodes
1538
1545
```
1539
1546
```bash
1540
- NAME STATUS ROLES AGE VERSION
1541
- capi-quickstart-g2trk-9xrjv Ready control-plane 12m v1.26 .0
1542
- capi-quickstart-g2trk-bmm9v Ready control-plane 11m v1.26 .0
1543
- capi-quickstart-g2trk-hvs9q Ready control-plane 13m v1.26 .0
1544
- capi-quickstart-md-0-55x6t-5649968bd7-8tq9v Ready <none> 12m v1.26 .0
1545
- capi-quickstart-md-0-55x6t-5649968bd7-glnjd Ready <none> 12m v1.26 .0
1546
- capi-quickstart-md-0-55x6t-5649968bd7-sfzp6 Ready <none> 12m v1.26 .0
1547
+ NAME STATUS ROLES AGE VERSION
1548
+ capi-quickstart-vs89t-gmbld Ready control-plane 5m33s v1.27 .0
1549
+ capi-quickstart-vs89t-kf9l5 Ready control-plane 6m20s v1.27 .0
1550
+ capi-quickstart-vs89t-t8cfn Ready control-plane 7m10s v1.27 .0
1551
+ capi-quickstart-md-0-55x6t-5649968bd7-8tq9v Ready <none> 6m5s v1.27 .0
1552
+ capi-quickstart-md-0-55x6t-5649968bd7-glnjd Ready <none> 6m9s v1.27 .0
1553
+ capi-quickstart-md-0-55x6t-5649968bd7-sfzp6 Ready <none> 6m9s v1.27 .0
1547
1554
```
1548
1555
1549
1556
{{#/tab }}
0 commit comments