Skip to main content
Version: Next

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 ClassStorage class
New Volume / Link existing pathDynamic provisioning or static provisioning
SizeVolume capacity (e.g., 10Gi)
Dynamic vs static provisioning
  • Dynamic provisioning (leave Mount Path empty): the Storage Class creates the PV automatically. This is the simplest way to use a new Volume and is the recommended option in most cases.
  • Static provisioning (enter Mount Path): connect an existing NFS path (nfs.csi.k8s.io) or node-local path (local-path) on the cluster as a NuFi Volume. Use this when you need to reuse an existing data path or point to a specific storage server.
  1. Click the Submit 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, Usage
Used ByList of Labs / Servings currently mounting this Volume
CreatedCreation time

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 (unit: fixed to Gi).
  4. Click the save (✓) icon or press Enter 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 shows an inline error message.
  • Errors at the Kubernetes level (e.g., exceeding the StorageClass maximum capacity) are delivered as toast messages.

Delete a Volume

In the Volume list, click the Delete button for the Volume you want to delete.

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.