[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
  1. TROUBLESHOOTING

VESSL Flare

PreviousGitHub Issues

Last updated 1 year ago

If you're having trouble with your on-premise cluster, try using VESSL Flare. VESSL Flare collects all of the node's configuration and writes them to an archive file. It does not collect any sensitive information, including passwords, API keys, or strings. Send Flare key that appears after running VESSL Flare to support@vessl.ai.

VESSL Flare is , so you can verify the behavior of the code.

Installation & Usage

  1. Prerequisites:

    • Ensure your on-premise cluster meets the minimum system requirements.

      - Ubuntu 18.04 or above
      - Python 3.6 or above installed
    • Verify network connectivity to VESSL's server endpoint.

  2. Installation Steps:

    VESSL Flare can be run directly in command line:

    $ curl -sL flare.vessl.ai | sudo sh
  3. Record Flare key

    After VESSL Flare is running, you should see a message like the one below. Save the Flare key shown in the message and provide it to the support.

    ...
    Successfully uploaded Flare output!
    Please provide the following information to VESSL Support:
    
    - Flare key: arsvxmh4fj0w  // Record this, and send it to support!
    
    E-mail: VESSL Support <support@vessl.ai>
completely open source