Skip to content

Commit f8d1cd9

Browse files
authored
Merge pull request #12455 from RejwankabirHamim/fix-capk-script
📖 Fix k8s version for capk in quick start
2 parents afb1afe + b77af25 commit f8d1cd9

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
@@ -1211,7 +1211,7 @@ Please visit the [KubeKey provider] for more information.
12111211
In this example, we'll use the image for Kubernetes v1.32.1:
12121212
```bash
12131213
export NODE_VM_IMAGE_TEMPLATE="quay.io/capk/ubuntu-2404-container-disk:v1.32.1"
1214-
export CAPK_GUEST_K8S_VERSION="${NODE_VM_IMAGE_TEMPLATE/:*/}"
1214+
export CAPK_GUEST_K8S_VERSION="${NODE_VM_IMAGE_TEMPLATE/*:/}"
12151215
export CRI_PATH="unix:///var/run/containerd/containerd.sock"
12161216
```
12171217
Please visit the [KubeVirt project][KubeVirt provider] for more information.

0 commit comments

Comments
 (0)