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 afb1afe + b77af25 commit f8d1cd9Copy full SHA for f8d1cd9
docs/book/src/user/quick-start.md
@@ -1211,7 +1211,7 @@ Please visit the [KubeKey provider] for more information.
1211
In this example, we'll use the image for Kubernetes v1.32.1:
1212
```bash
1213
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/:*/}"
+export CAPK_GUEST_K8S_VERSION="${NODE_VM_IMAGE_TEMPLATE/*:/}"
1215
export CRI_PATH="unix:///var/run/containerd/containerd.sock"
1216
```
1217
Please visit the [KubeVirt project][KubeVirt provider] for more information.
0 commit comments