Skip to main content

diagrid clusters dapr update

Update Dapr in a cluster

diagrid clusters dapr update <clusterId> [flags]

Examples


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

# Update Dapr to version 1.8.4 using the dev profile and rollout all Dapr enabled apps
diagrid conductor clusters dapr update <clusterId> --version 1.8.4 --profile dev --rollout-all

# Update Dapr to version 1.8.4 using a custom Helm values file and rollout all Dapr enabled apps
diagrid conductor clusters dapr update <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 update
--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