Skip to content

Persistent Volumes view#

In the Persistent Volumes view, you can manage Kubernetes PersistentVolumes (PVs), which are used to provide persistent storage resources within your cluster. See Kubernetes documentation: Persistent Volumes for details.

The Persistent Volumes table lists the cluster PVs. You can click the list items and open the details panel with comprehensive information and various options. You can also search for a specific item using the Search Persistent Volumes input field.

You can resize and reorder the table columns. Drag the column border in the table header to change the width. To change the column position, drag its header left or right. Also, you can sort objects in ascending or descending order by clicking the header of a column and configure the column visibility. By default, the table consists of the following columns:

Note

The table content can be exported in the CSV file format.

Column Description
Name The name of the PV.
Storage Class The class of storage provided by the PV.
Capacity The total capacity of the PV.
Claim The claim associated with the PV, if any.
Age The age of the PV since creation.
Status The current status of the PV, indicating whether it is Available, Bound, or Released.
More Actions Clicking on the button opens a drop-down list with the following actions:
  • Edit

    Changes the configuration of the PV.

  • Delete

    Removes the PV.