From 98f4821b2d6e0550d10102d11986fb1f82b30752 Mon Sep 17 00:00:00 2001 From: Gyanendra Mishra Date: Thu, 21 Dec 2023 10:02:41 +0000 Subject: [PATCH] docs: add docker desktop --- docs/docs/guides/running-in-k8s.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/guides/running-in-k8s.md b/docs/docs/guides/running-in-k8s.md index a7026a6053..5ad14c2ed5 100644 --- a/docs/docs/guides/running-in-k8s.md +++ b/docs/docs/guides/running-in-k8s.md @@ -73,6 +73,7 @@ We support storage classes that support dynamic provisioning; here are some of t 2. For DigitalOcean we recommend [`do-block-storage`](https://github.com/digitalocean/csi-digitalocean/?tab=readme-ov-file#installing-to-kubernetes) but your cluster should have this out of the box 3. K3s the default provisioner `local-path` should just work out of the box 4. For minikube the default provisioner `standard` should just work out of the box +5. On Docker Desktop the default provisioner is `hostpath` For any other cloud setup please reach out to us by creating an issue on our [GitHub](https://github.com/kurtosis-tech/kurtosis)