< img height="1" width="1" style="display:none;" alt="" src="https://px.ads.linkedin.com/collect/?pid=3131724&fmt=gif" />

View Persistent Volume Claim Details

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

Prerequisites

  • Application Management for Cluster Federation should have been installed and enabled.

  • You should join a multi-cluster project and have the Federated Project Viewing permission within the project.

Steps

  1. Log in to the KubeSphere web console with a user who has the Federated Project Viewing permission, and access your multi-cluster project.

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

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

  4. On the details page, view the resource attributes of the persistent volume claim in the Attributes area on the left.

    Parameter Description

    Project

    The project to which the persistent volume claim belongs.

    Capacity

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

    Creation Time

    The creation time of the persistent volume claim.

    Creator

    The user who created the persistent volume claim. If this field is empty, it indicates that the persistent volume claim was created automatically by the system.

  5. On the details page, view the resource usage of the persistent volume corresponding to the persistent volume claim in the Resource Status tab on the right.

    Parameter Description

    Persistent Volume

    Displays the used capacity percentage, remaining capacity size, and total capacity size of the persistent volume.

    Inode Usage

    Displays the Inode usage percentage of the cluster within the specified time range.

  6. On the details page, view the pods that have mounted the persistent volume corresponding to the persistent volume claim in the Mount Information tab on the right.

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

  7. On the persistent volume claim details page, click the Metadata tab on the right to view the labels and annotations of the persistent volume claim.

  8. On the persistent volume claim details page, click the Events tab on the right to view events related to the persistent volume claim.

    Parameter Description

    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.

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.

What’s on this Page