Storage
This section explains how to manage storage resources.
KubeSphere supports the management of the following storage resources:
-
Storage Class: Defines a class of Persistent Volume Claims available for containers.
-
Persistent Volume Claim: Defines the storage space requirements for a Persistent Volume.
-
Persistent Volume: Represents a storage area in the backend storage system. The system creates a storage area available for containers in the backend storage system based on the parameters in the Persistent Volume Claim. Each storage area corresponds to a Persistent Volume in the KubeSphere platform.
Persistent Volume Claims
Explain how to manage volumes.
Create PVCs
Explain how to create a Persistent Volume Claim.
View PVC List
Explain how to view the list of Persistent Volume Claims.
View PVC Details
Explain how to view details of a Persistent Volume Claim.
Clone Persistent Volumes
Explain how to clone a Persistent Volume.
Expand Persistent Volumes
Learn how to expand the capacity of a Persistent Volume.
Edit PVC Information
Introduce how to edit the basic information of a Persistent Volume Claim.
Delete PVCs
Introduce how to delete a Persistent Volume Claim.
View Persistent Volume List
Introduce how to view the list of Persistent Volumes.
View Persistent Volume Details
Introduce how to view details of Persistent Volumes in the cluster.
Edit Persistent Volume Information
Introduce how to edit information of a Persistent Volume.
Delete Persistent Volumes
Introduce how to delete a Persistent Volume.
Storage Classes
Instructions on how to manage storage classes.
Create Storage Classes
Instructions on how to create a storage class.
View Storage Class List
Instructions on how to view the storage class list.
View Storage Class Details
Instructions on how to view storage class details.
Set Default Storage Class
Instructions on how to set the default storage class.
Enable and Disable Volume Operations
Instructions on how to enable and disable volume operations.
Edit Storage Class Information
Instructions on how to edit the alias and description of a storage class.
Delete Storage Classes
Instructions on how to delete a storage class.