Skip to content

Commit c40a3c8

Browse files
RejwankabirHamimk8s-infra-cherrypick-robot
authored andcommitted
Fix k8s version for capk in quick start
Signed-off-by: RejwankabirHamim <[email protected]>
1 parent f1c80b0 commit c40a3c8

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)