Skip to content

Commit

Permalink
docs: added docs storage classes (#1969)
Browse files Browse the repository at this point in the history
These docs tell user about what storage class configurations work on
AWS, DO, minikube and K3s

Have left out others and asked people to create an issue instead!
  • Loading branch information
h4ck3rk3y authored Dec 15, 2023
1 parent 1c4863f commit 65a64f3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/docs/guides/running-in-k8s.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,15 @@ The Storage Class specified in the configuration above will be used for spinning
value in case you are using persistent directories.
:::
We support storage classes that support dynamic provisioning; here are some of them:
1. For AWS we recommend the [`aws-ebs-csi-driver`](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/blob/master/docs/install.md)
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

For any other cloud setup please reach out to us by creating an issue on our [GitHub](https://github.com/kurtosis-tech/kurtosis)

IV. Configure Kurtosis
--------------------------------

Expand Down

0 comments on commit 65a64f3

Please sign in to comment.