We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f1c80b0 + c40a3c8 commit b237dd2Copy full SHA for b237dd2
docs/book/src/user/quick-start.md
@@ -1254,7 +1254,7 @@ Please visit the [KubeKey provider] for more information.
1254
In this example, we'll use the image for Kubernetes v1.32.1:
1255
```bash
1256
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/:*/}"
+export CAPK_GUEST_K8S_VERSION="${NODE_VM_IMAGE_TEMPLATE/*:/}"
1258
export CRI_PATH="unix:///var/run/containerd/containerd.sock"
1259
```
1260
Please visit the [KubeVirt project][KubeVirt provider] for more information.
0 commit comments