Skip to main content

Overview

Run vessl storage --help to view the list of commands, or vessl storage [COMMAND] --help to view individual command instructions.

Commands

Create an external storage

VESSL External Storage acts as a bridge to external storage services (e.g., S3, GCS, etc.). Make sure to configure the external storage settings before proceeding.If you do not want to use external storage, you can use the default VESSL storage, vessl-storage.

Examples

  1. Create an S3 storage:
  1. Create a GCS(Google Cloud Storage) storage:
  1. Create an NFS storage:
  1. Create a Host-Path storage:

List all storages

Delete an external storage

Create a volume in storage

List volumes in storage

Delete volume in storage

Copy a volume file

You can copy a file or directory either from local to a VESSL volume or from a VESSL volume to a local path.
One of the paths (either SOURCE or DEST) must be a local path, and the other must be a VESSL volume path.

Examples

  1. Copy a local file to a VESSL volume:
  1. Copy a directory from a VESSL volume to a local path:

List a volume file

Delete a volume file