Skip to content

Latest commit

 

History

History
62 lines (41 loc) · 1.92 KB

volume_creation_deletion_gui.rst

File metadata and controls

62 lines (41 loc) · 1.92 KB

Volume Management Using the UI

This topic describes how to create and delete a MetalK8s Volume using the MetalK8s UI.

Requirements

Creating a Volume

  1. Click Nodes on the sidebar to access the node list.

    /operation/volume_management/img/node_list.png
  2. On the node list, select the node you want to create a volume on.

  3. Go to the Volumes tab and click + Create Volume.

    /operation/volume_management/img/volume_tab.png
  4. Fill in the respective fields, and click Create.

    • Name: Denotes the volume name.
    • Labels: A set of key/value pairs used by PersistentVolumeClaims to select the right PersistentVolumes.
    • Storage Class: Refers to :doc:`/operation/volume_management/storageclass_creation`.
    • Type: MetalK8s currently only supports RawBlockDevice and SparseLoopDevice.
    • Device path: Refers to the path of an existing storage device.
    /operation/volume_management/img/volume_creation.png
  5. Click Volumes on the sidebar to access the volume list. The new volume created appears in the list.

    /operation/volume_management/img/volume_list.png

Deleting a Volume

  1. Click Volumes on the sidebar to access the volume list, and select the volume you want to delete.

  2. Go to the Overview tab, click Delete Volume.

    /operation/volume_management/img/volume_overview_delete.png
  3. Confirm the volume deletion request by clicking Delete.

    /operation/volume_management/img/volume_delete_confirmation.png