tensorkube volume

Manage volumes for your Tensorkube cluster.

Usage:

tensorkube volume COMMAND [ARGS]...

Options:

  • --help BOOL [default: false]: Show this message and exit.

Commands:

  • create: Create a new volume for your Tensorkube cluster.

  • delete: Delete a volume for your Tensorkube cluster.

  • list: List all the volumes in the Tensorkube cluster.

tensorkube volume create

Create a new volume for your Tensorkube cluster.

Usage:

tensorkube volume create [OPTIONS]

Options:

  • --name TEXT: Name of the volume.

  • --type Choice(['efs']): Type of volume.

  • --help BOOL [default: false]: Show this message and exit.

tensorkube volume delete

Delete a volume for your Tensorkube cluster.

Usage:

tensorkube volume delete [OPTIONS]

Options:

  • --name TEXT: Name of the volume.

  • --type Choice(['efs']): Type of volume.

  • --help BOOL [default: false]: Show this message and exit.

tensorkube volume list

List all the volumes in the Tensorkube cluster.

Usage:

tensorkube volume list [OPTIONS]

Options:

  • --type Choice(['efs']): No description available.

  • --help BOOL [default: false]: Show this message and exit.