Skip to content

Commit fa7d447

Browse files
committed
📖 Changed inconsistency with kubernetes version in doc
1 parent e2bab2f commit fa7d447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/src/user/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1229,7 +1229,7 @@ clusterctl generate cluster capi-quickstart --flavor development \
12291229
```bash
12301230
export CLUSTER_NAME=kind
12311231
export CLUSTER_NAMESPACE=vcluster
1232-
export KUBERNETES_VERSION=1.27.0
1232+
export KUBERNETES_VERSION=1.27.1
12331233
export HELM_VALUES="service:\n type: NodePort"
12341234
12351235
kubectl create namespace ${CLUSTER_NAMESPACE}

0 commit comments

Comments
 (0)