View PVC Details

This section explains how to view details of a Persistent Volume Claim.

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

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

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

  3. Click the name of a Persistent Volume Claim in the list to open its details page.

  4. In the Attributes section on the left side of the details page, view the resource attributes of the Persistent Volume Claim.

    ParameterDescription

    Project

    The project to which the Persistent Volume Claim belongs.

    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.

    Capacity

    The requested storage capacity of 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.

    Storage Class

    The storage class requested by the Persistent Volume Claim.

    Provisioner

    The storage plugin used by the storage class.

    Persistent Volume

    The Persistent Volume bound to the Persistent Volume Claim.

    Creation Time

    The creation time of the Persistent Volume Claim.

    Creator

    The user who created the Persistent Volume Claim. If the value of this field is empty, it means the Persistent Volume Claim was created automatically by the system.

  5. On the right side of the details page, click the Resource Status tab to view the mounted pods of the Persistent Volume bound to the Persistent Volume Claim.

    ParameterDescription

    Mounted Pods

    Displays the pods that are mounted to the Persistent Volume bound to the Persistent Volume Claim.

    • Click chevron-down to view information about the containers running in the pod.

    • Click the name of the pod to view container details.

    • Enter keywords in the search box above the pod list to search for pods whose names contain specific keywords.

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

  6. Click the Metadata tab on the right side of the details page to view the labels and annotations of the Persistent Volume Claim.

  7. Click the Events tab on the right side of the details page to view the events of the Persistent Volume Claim.

    ParameterDescription

    Type

    The type of the event, including Normal and Warning.

    Reason

    The reason for the event.

    Occurred

    The time when the event occurred.

    Source

    The component that reported the event.

    Message

    The content of the event message.