This section describes how to view the list of persistent volume claims.

Prerequisites

  • The Application Management for Cluster Federation extension must be installed and enabled on the KubeSphere platform.

  • You need to join a federated project and have the Federated Project View permission in the corresponding workspace.

Steps

  1. Log in to the KubeSphere web console as a user with Federated Project View permissions and enter your federated project.

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

    • The Persistent Volume Claim list provides the following information:

      Parameter Description

      Name

      The name and storage class of the Persistent Volume Claim.

      Status

      The current status of a PersistentVolumeClaim.

      • Bound: The system has created a PersistentVolume based on the PersistentVolumeClaim, and the PersistentVolumeClaim has been bound to the PersistentVolume.

      • Pending: The system has created the PersistentVolumeClaim, but the corresponding PersistentVolume has not been created.

      • Updating: The settings of the PersistentVolumeClaim have changed, and the system is updating the PersistentVolumeClaim.

      • Deleting: The system is deleting the PersistentVolumeClaim.

      • Lost: The system has bound the PersistentVolumeClaim to a PersistentVolume, but the bound PersistentVolume cannot be found. In this state, the PersistentVolume may have been deleted.

      Access Mode

      Read and Write Modes for Persistent Volumes.

      • RWO (ReadWriteOnce): Allows a single node to read data from and write data to the persistent volume.

      • ROX (ReadOnlyMany): Allows multiple nodes to read data from the persistent volume.

      • RWX (ReadWriteMany): Allows multiple nodes to read data from and write data to the persistent volume.

      Mount Status

      Whether the Persistent Volume corresponding to the Persistent Volume Claim has been mounted to a container.

      Creation Time

      The creation time of the Persistent Volume Claim.

    • Click the search box above the list and set search conditions to search for persistent volume claims by name and 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.