Skip to main content
Version: 1.0.0

Volumes

This page walks you through creating PVC-based Volumes and mounting them on Labs and Servings to share model files, datasets, and more.

Volume List

Click Volumes in the left sidebar to see the Volume list for the current project.

Volume list

Columns

ColumnDescription
NameVolume name
SizeVolume capacity
Access ModeVolume access mode (RWX, etc.)
StatusPVC binding status (Bound / Pending, etc.)
Used ByList of Labs / Servings currently mounting this Volume
CreatedCreation time

Create a Volume

  1. Click the Create button in the upper right of the Volume list page.
  2. Fill in the required information in the creation form.

Volume creation form

FieldDescription
NameVolume name (lowercase, digits, hyphens / unique within the project)
Storage ClassSelect one of the StorageClasses that already exists in the cluster. StorageClass resource creation and management are handled by the Kubernetes administrator or cluster operations tooling.
SizeVolume capacity (e.g., 10Gi)

If the selected StorageClass defines a maximum size limit, the form shows a Max Size note and blocks create requests that exceed it.

  1. Click the Create button.
Volume resize

A Volume's size can be changed after creation. If a Volume's capacity becomes insufficient, use the resize feature on the Volume detail page.


Volume Detail Page

Click a row in the Volume list to navigate to the detail page.

Volume detail - Overview

CardInformation
StatusStatus (PVC binding status), Access Mode
StorageSize, Storage Class, Max Size, Usage
Used ByList of Labs / Servings currently mounting this Volume
CreatedCreation time

Max Size is the maximum Volume capacity allowed by the Storage Class. It is shown only when the Storage Class defines a maximum size limit, and Volume creation or resize requests cannot exceed this value.

Resize Volume

Click the edit (pencil) icon next to the Size item in the Storage card to increase the Volume capacity. This icon appears only when the Volume is in the Bound state.

To resize a Volume, follow these steps.

  1. In the Volume list, click a row for a Volume in the Bound state.
  2. In the Storage card on the Overview tab, click the edit icon next to the Size item.
  3. Enter the new size as a number and select a unit (Mi/Gi/Ti).
  4. Click the save (✓) icon to apply.
note
  • Only values larger than the current size are accepted (shrinking is not supported). Entering a value equal to or smaller than the current size, or exceeding the StorageClass maximum capacity, shows an inline error message.
  • Server/Kubernetes-level errors are delivered as toast messages.

Delete a Volume

In the Volume list, click the trash icon on the row of the Volume you want to delete, then confirm in the confirmation dialog.

Cannot delete a Volume in use

A Volume currently mounted by a Lab or Serving cannot be deleted. First detach the Volume from those resources, then delete it.