remove reference to persistence type

This commit is contained in:
jpgouin
2025-03-03 13:21:07 +00:00
parent e97a3f5966
commit 26d3d29ba1
+1 -3
View File
@@ -117,14 +117,12 @@ The `serverArgs` field allows you to specify additional arguments to be passed t
You can check the [k3kcli documentation](./cli/cli-docs.md) for the full specs.
### Examples for no storage provider:
### No storage provider:
* Ephemeral Storage:
```bash
k3kcli cluster create my-cluster --persistence-type ephemeral
```
*Important Notes:*