Skip to content

Storage Classes view#

In the Storage Classes view, you can manage Kubernetes StorageClasses. A StorageClass in Kubernetes defines storage profiles and are used to provision persistent storage for your applications dynamically. See Kubernetes documentation: Storage Classes for details.

The Stotage Classes table lists the cluster StorageClasses. 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 Storage Classes 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 Storage Class.
Provisioner The storage provisioner used by the class.
Age The age of the Storage Class since its creation.
Reclaim Policy The reclaim policy associated with the class, determining how the provisioned storage should be handled upon release.
Volume Binding Mode The mode in which volumes are bound, indicating whether it's Immediate or WaitForFirstConsumer.
More Actions Clicking on the button opens a drop-down list with the following actions:
  • Edit

    Changes the configuration of the Storage Class.

  • Delete

    Removes the Storage Class.