Documentation Index

Fetch the complete documentation index at: https://kb.vastdata.com/llms.txt

Use this file to discover all available pages before exploring further.

Steps to Deploy VAST COSI Driver

Prev Next

Before you begin, ensure that your environment meets the requirements.

VAST COSI Driver is deployed using Helm charts. A Helm chart is an installation template that can be reused to install multiple instances of the software being deployed. Each instance is referred to as a release. Helm charts are available from Helm repositories.

Steps to deploy VAST COSI Driver include:

  1. (Optional) Install CustomResourceDefinitions for COSI.

  2. Install CustomResourceDefinitions for snapshots.

  3. (Optional)  Create a Kubernetes namespace for VAST COSI Driver.

    Note

    This step is required if you are going to deploy VAST COSI Driver in a Kubernetes namespace other than default. Otherwise, skip to step 4.

  4. Configure the VAST cluster.

  5. Create a Kubernetes secret with VMS user credentials or API token for VAST COSI Driver.

  6. Add the Helm repository that contains the VAST COSI Driver chart.

  7. Create a Helm chart configuration file for VAST COSI Driver.

  8. Install the Helm chart for VAST COSI Driver.

  9. (Optional) Verify the deployment by launching a test application.