Skip to content

Commit

Permalink
Merge pull request #8781 from bennycortese/version_changes
Browse files Browse the repository at this point in the history
📖 Changed inconsistency with kubernetes version in doc
  • Loading branch information
k8s-ci-robot committed Jun 1, 2023
2 parents 9be885c + fa7d447 commit 5ada8cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/src/user/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -1229,7 +1229,7 @@ clusterctl generate cluster capi-quickstart --flavor development \
```bash
export CLUSTER_NAME=kind
export CLUSTER_NAMESPACE=vcluster
export KUBERNETES_VERSION=1.27.0
export KUBERNETES_VERSION=1.27.1
export HELM_VALUES="service:\n type: NodePort"
kubectl create namespace ${CLUSTER_NAMESPACE}
Expand Down

0 comments on commit 5ada8cb

Please sign in to comment.