mirror of
https://github.com/rancher/k3k.git
synced 2026-08-18 03:46:31 +00:00
remove reference to persistence type
This commit is contained in:
@@ -127,20 +127,8 @@ You can check the [k3kcli documentation](./cli/cli-docs.md) for the full specs.
|
||||
|
||||
```
|
||||
|
||||
* Static Storage (Requires pre-provisioned PVs):
|
||||
|
||||
```bash
|
||||
|
||||
k3kcli cluster create my-cluster --persistence-type static
|
||||
|
||||
```
|
||||
|
||||
(You will need to ensure that persistent volumes that match the requirements of your k3k cluster exist before creation)
|
||||
|
||||
*Important Notes:*
|
||||
|
||||
* When using `--persistence-type static`, you must manually create PersistentVolumes (PVs) that match the storage requirements of your K3K cluster.
|
||||
|
||||
* Using `--persistence-type ephemeral` will result in data loss if the nodes are restarted.
|
||||
|
||||
* It is highly recommended to use `--persistence-type dynamic` with a configured storage class.
|
||||
Reference in New Issue
Block a user