View PVC List

This section explains how to view the list of Persistent Volume Claims.

Prerequisites

You should join a project and have the Persistent Volume Claim Viewing permission within the project. For more information, refer to “Project Members” and “Project Roles”.

Steps

  1. Log in to the KubeSphere web console with a user who has the Persistent Volume Claim Viewing permission, and access your project.

  2. Click Storage > Persistent Volume Claims in the left navigation pane.

    • The Persistent Volume Claim list provides the following information:

      ParameterDescription

      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.

    • Click the search box at the top of the list to search for Persistent Volume Claims by name or status.

    • Click refresh in the upper right corner of the list to refresh the list information.

    • Click cogwheel in the upper right corner of the list to customize the information displayed in the list.