[DEV] VESSL Docs
  • Welcome to VESSL Docs!
  • GETTING STARTED
    • Overview
    • Quickstart
    • End-to-end Guides
      • CLI-driven Workflow
      • SDK-driven Workflow
  • USER GUIDE
    • Organization
      • Creating an Organization
      • Organization Settings
        • Add Members
        • Set Notifications
        • Configure Clusters
        • Add Integrations
        • Billing Information
    • Project
      • Creating a Project
      • Project Overview
      • Project Repository & Project Dataset
    • Clusters
      • Cluster Integrations
        • Fully Managed Cloud
        • Personal Laptops
        • On-premise Clusters
        • Private Cloud (AWS)
      • Cluster Monitoring
      • Cluster Administration
        • Resource Specs
        • Access Control
        • Quotas and Limits
        • Remove Cluster
    • Dataset
      • Adding New Datasets
      • Managing Datasets
      • Tips & Limitations
    • Experiment
      • Creating an Experiment
      • Managing Experiments
      • Experiment Results
      • Distributed Experiments
      • Local Experiments
    • Model Registry
      • Creating a Model
      • Managing Models
    • Sweep
      • Creating a Sweep
      • Sweep Results
    • Workspace
      • Creating a Workspace
      • Exploring Workspaces
      • SSH Connection
      • Downloading / Attaching Datasets
      • Running a Server Application
      • Tips & Limitations
      • Building Custom Images
    • Serve
      • Quickstart
      • Serve Web Workflow
        • Monitoring Dashboard
        • Service Logs
        • Service Revisions
        • Service Rollouts
      • Serve YAML Workflow
        • YAML Schema Reference
    • Commons
      • Running Spot Instances
      • Volume Mount
  • API REFERENCE
    • What is the VESSL CLI/SDK?
    • CLI
      • Getting Started
      • vessl run
      • vessl cluster
      • vessl dataset
      • vessl experiment
      • vessl image
      • vessl model
      • vessl organization
      • vessl project
      • vessl serve
      • vessl ssh-key
      • vessl sweep
      • vessl volume
      • vessl workspace
    • Python SDK
      • Integrations
        • Keras
        • TensorBoard
      • Utilities API
        • configure
        • vessl.init
        • vessl.log
          • vessl.Image
          • vessl.Audio
        • vessl.hp.update
        • vessl.progress
        • vessl.upload
        • vessl.finish
      • Dataset API
      • Experiment API
      • Cluster API
      • Image API
      • Model API
        • Model Serving API
      • Organization API
      • Project API
      • Serving API
      • SSH Key API
      • Sweep API
      • Volume API
      • Workspace API
    • Rate Limits
  • TROUBLESHOOTING
    • GitHub Issues
    • VESSL Flare
Powered by GitBook
On this page
  • Overview
  • Create a custom kernel cluster
  • Delete a custom kernel cluster
  • List all kernel clusters
  • List nodes in a kernel cluster
  • View information on a kernel cluster
  • Rename a custom kernel cluster
  • Create a local sandbox cluser
  1. API REFERENCE
  2. CLI

vessl cluster

Overview

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

Certain commands only apply to custom kernel clusters.

Create a custom kernel cluster

vessl cluster create [OPTIONS]
Argument
Description

--name

Name of the cluster. (e.g. 'seoul-cluster') [required]

--kubernetes-namespace

Kubernetes namespace to install VESSL agent (default: vessl)

--provider

[aws|gcp|on-premise] Cluster provider; aws|gcp|on-premise (default: on-premise)

--extra-helm-values

Extra Helm values to pass when installing VESSL agent.

Delete a custom kernel cluster

vessl cluster delete NAME
Argument
Description

NAME

Custom kernel cluster name

List all kernel clusters

vessl cluster list

List nodes in a kernel cluster

vessl cluster list-nodes NAME
Argument
Description

NAME

Custom kernel cluster name

View information on a kernel cluster

vessl cluster read NAME
Argument
Description

NAME

Kernel cluster name

Rename a custom kernel cluster

vessl cluster rename NAME NEW_NAME
Argument
Description

NAME

Custom kernel cluster name

NEW_NAME

New kernel cluster name

Create a local sandbox cluser

vessl cluster init-local
Previousvessl runNextvessl dataset

Last updated 1 year ago