View PVC List
This section explains how to view the list of Persistent Volume Claims.
Prerequisites
You should join a cluster and have the Persistent Volume Claim Viewing permission within the cluster. For more information, refer to "Cluster Members" and "Cluster Roles".
Steps
-
Log in to the KubeSphere web console with a user who has the Persistent Volume Claim Viewing permission, and access your cluster.
-
Click Storage > Persistent Volume Claims in the left navigation pane.
-
The Persistent Volume Claim list provides the following information:
Parameter Description Name
The name, alias, and storage class of the Persistent Volume Claim.
Status
Current status of the Persistent Volume Claim:
-
Bound: The system has created a Persistent Volume based on the Persistent Volume Claim, and the Persistent Volume Claim is bound to the Persistent Volume.
-
Pending: The system has created the Persistent Volume Claim, but the corresponding Persistent Volume has not been created yet.
-
Updating: The settings of the Persistent Volume Claim have changed, and the system is updating the Persistent Volume Claim.
-
Deleting: The system is deleting the Persistent Volume Claim.
-
Lost: The system has bound the Persistent Volume Claim to a Persistent Volume, but the corresponding Persistent Volume cannot be found. In this state, the Persistent Volume may have been deleted.
Persistent Volume
The Persistent Volume bound to the Persistent Volume Claim.
Access Mode
The access modes of Persistent Volumes.
-
RWO (ReadWriteOnce): Allows a single node to read from and write to the Persistent Volume.
-
ROX (ReadOnlyMany): Allows multiple nodes to read from the Persistent Volume.
-
RWX (ReadWriteMany): Allows multiple nodes to read from and write to the Persistent Volume.
Mount Status
Whether the Persistent Volume associated with the Persistent Volume Claim is already mounted to a container.
Creation Time
The creation time of the Persistent Volume Claim.
-
-
In the dropdown list at the top left of the list, select a project to view the Persistent Volume Claims of that project.
-
Click the search box at the top of the list to search for Persistent Volume Claims by name or status.
-
Click in the upper right corner of the list to refresh the list information.
-
Click in the upper right corner of the list to customize the information displayed in the list.
-
Feedback
Was this page Helpful?
Receive the latest news, articles and updates from KubeSphere
Thanks for the feedback. If you have a specific question about how to use KubeSphere, ask it on Slack. Open an issue in the GitHub repo if you want to report a problem or suggest an improvement.