You can easily add and manage persistent volumes (PVs) in your cluster. Persistent volumes retain application data and can be used by one or more pods for long-term storage. Their lifecycle is independent of any pod that uses them.
- Go to EonOne for KS > Settings > Storage > Persistent Volumes.
- Click on Add a Persistent Volume.
- Specify Persistent Volume Information:
- Name: Enter a unique identifying name for the PV.
- RAID level: Set up a raid level.
- Description: Provide a detailed description of the PV.
- Space Size: Specify the amount of storage space allocated to this PV.
- Access Mode: Choose one of the following:
- Read-write by a single node (default)
- Read-only by multiple nodes
- Read-write by multiple nodes
Note:
If you are using Kubernetes with a single node, you can only select Read-write by a single node.
- Click OK to save and apply the settings for the persistent volume.