Skip to main content

diagrid region deploy

Deploy Catalyst using Helm chart

Description

Deploy Catalyst to a region using Helm chart

diagrid region deploy <regionid> [flags]

Examples


# Deploy Catalyst to a region
diagrid region deploy my-region

# Deploy Catalyst with a specific version
diagrid region deploy my-region --version v1.2.3

# Deploy Catalyst with custom values file
diagrid region deploy my-region --values catalyst-values.yaml

# Deploy Catalyst with specific values
diagrid region deploy my-region --set key=value

# Create a kind cluster and deploy Catalyst
diagrid region deploy my-region --kind-create --kind-name my-cluster

# Deploy Catalyst using an existing kind cluster
diagrid region deploy my-region --kind-name my-cluster

# Create a kind cluster with auto-generated name and deploy Catalyst
diagrid region deploy my-region --kind-create

Options

  -n, --namespace string         Kubernetes namespace to deploy to (default "cra-agent")
--release-name string Helm release name (default "catalyst")
-f, --values stringArray Specify values in a YAML file (can specify multiple)
--set stringArray Set values on the command line (can specify multiple)
--set-file stringArray Set values from files on the command line (can specify multiple)
--set-string stringArray Set STRING values on the command line (can specify multiple)
--kind-create Create a kind cluster before deploying
--kind-name string Name for the kind cluster
--version string Catalyst chart version (e.g., v1.2.3)
--helm-chart string Helm chart URL (default "oci://public.ecr.aws/diagrid/catalyst")
-h, --help help for deploy

Options inherited from parent commands

      --api-key string   Diagrid Cloud API key

SEE ALSO