Skip to content

Commit b237dd2

Browse files
authored
Merge pull request #12456 from k8s-infra-cherrypick-robot/cherry-pick-12455-to-release-1.10
[release-1.10] 📖 Fix k8s version for capk in quick start
2 parents f1c80b0 + c40a3c8 commit b237dd2

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
@@ -1254,7 +1254,7 @@ Please visit the [KubeKey provider] for more information.
12541254
In this example, we'll use the image for Kubernetes v1.32.1:
12551255
```bash
12561256
export NODE_VM_IMAGE_TEMPLATE="quay.io/capk/ubuntu-2404-container-disk:v1.32.1"
1257-
export CAPK_GUEST_K8S_VERSION="${NODE_VM_IMAGE_TEMPLATE/:*/}"
1257+
export CAPK_GUEST_K8S_VERSION="${NODE_VM_IMAGE_TEMPLATE/*:/}"
12581258
export CRI_PATH="unix:///var/run/containerd/containerd.sock"
12591259
```
12601260
Please visit the [KubeVirt project][KubeVirt provider] for more information.

0 commit comments

Comments
 (0)