Skip to content

Latest commit

 

History

History
68 lines (42 loc) · 2.23 KB

volume_creation_deletion_gui.rst

File metadata and controls

68 lines (42 loc) · 2.23 KB

Volume Management using the UI

This section describes the creation and deletion of MetalK8s Volume using the MetalK8s UI. In order to create Volumes you need to have StorageClass objects registered in your cluster. See /operation/volume_management/storageclass_creation

Volume Creation

To access the UI, refer to this procedure <installation-services-admin-ui>

  1. Navigate to the Nodes list page, by clicking the button in the sidebar:

    image

  2. From the Node list, select the node you would like to create a volume on

    image

  3. Navigate to the Volumes tab

    image

  4. Click the + button to create a volume

    image

  5. Fill out the respective fields

    image

    • Name: Denotes the volume name.
    • Labels: A set of key/value pairs that are used by Persistent Volume Claims to select the right Persistent Volumes.
    • Storage Class: Refer to the storage class creation page listed here: /operation/volume_management/storageclass_creation
    • Type: Metalk8s currently only supports RawBlockDevice and SparseLoopDevice.
    • Device path: Refers to the path of an existing storage device.
  6. Finally, click the Create button

    image

  7. You should have a new volume listed in the Volume list

    image

  8. If you click on any volume in the Volume list, you will see more information in the Volume detail view:

    image

Volume Deletion

  1. To delete a volume from the MetalK8s UI, from the volume listing, click the delete button

    image

  2. Confirm the volume deletion request by clicking the Delete button

    image