Skip to main content

diagrid clusters dapr install

Install Dapr in a cluster

diagrid clusters dapr install <clusterId> [flags]

Examples


# NOTE: Dapr must not be already installed in the target cluster

# Install Dapr version 1.8.4 in a cluster using the dev profile
diagrid conductor clusters dapr install <clusterId> --version 1.8.4 --profile dev

# Install Dapr version 1.8.4 in a cluster using the dev profile and rollout all Dapr enabled apps
diagrid conductor clusters dapr install <clusterId> --version 1.8.4 --profile dev --rollout-all

# Install Dapr in a cluster using a custom Helm values file and rollout all Dapr enabled apps
diagrid conductor clusters dapr install <clusterId> --version 1.8.4 -f my-helm-values.yaml --rollout-all

Options

      --api-key string            Diagrid Cloud API key
--debug Enable debug mode
-f, --helm-values-file string Custom Helm values.yaml filepath
-h, --help help for install
--namespace string Dapr namespace (default "dapr-system")
-o, --output string Output format, supported [table, yaml, json] (default "table")
-p, --profile string Profile for installing Dapr (dev, prod)
-r, --rollout-all Enable the rollout of all Dapr applications after a Dapr config update
-v, --version string [Required]: Dapr version to be installed (default "1.9.3")

SEE ALSO