Use volumes in your tensorkube deployments
tensorkube volume
tensorkube volume
command group allows you to manage volumes for your Tensorkube cluster. These commands enable you to create, delete, and list volumes, which can be used to persist data across deployments.
--name
: Name of the volume (required).--vol-type
: Type of volume (required, currently only efs
is supported).--name
: Name of the volume (required).--vol-type
: Type of volume (required, currently only efs
is supported).--vol-type
: Volume type (optional, currently only efs
is supported).tensorkube volume create
command.
/mnt/my-efs-volume
in the example above).
mount_path
must match the regex r'^(\/[a-zA-Z0-9._-]+)+\/?$'
; i.e. it must/
, i.e. you must specify the absolute path from the root directory in the container where you want to mount your volume-
, underscores _
or periods.