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

  • StorageClass objects must be registered in your cluster to create Volumes. For more information refer to /operation/volume_management/storageclass_creation.
  • Access the MetalK8s UI. Refer to this procedure <installation-services-admin-ui>.

Creating a Volume

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

    image

  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.

    image

  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 /operation/volume_management/storageclass_creation.
    • Type: MetalK8s currently only supports RawBlockDevice and SparseLoopDevice.
    • Device path: Refers to the path of an existing storage device.

    image

  5. Click Volumes on the sidebar to access the volume list. The new volume created appears in the list.

    image

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.

    image

  3. Confirm the volume deletion request by clicking Delete.

    image