diagrid clusters update
Update the configuration relating a cluster connection
diagrid clusters update <clusterId> [flags]
Examples
# Update an existing cluster connection configuration to enable automatic agent upgrades and automatic Dapr config sync
diagrid clusters update <clusterId> --auto-agent --auto-sync
# Update an existing cluster connection type to production
diagrid clusters update <clusterId> --type prod
Options
--additional-ca-certs-path string Additional CA certificates PEM file path for the cluster. This file will be added to the system CA certs folder on the container. (default "-")
--api-key string Diagrid Cloud API key
-a, --auto-agent Enable automatic agent upgrades
--auto-sync Enable automatic Dapr config sync
--debug Enable debug mode
-h, --help help for update
--http-proxy string Comma separated list of HTTP proxies for the cluster (default "-")
--https-proxy string Comma separated list of HTTPS proxies for the cluster (default "-")
--managed-certificates Enabled managed certificates
--no-proxy string Comma separated list of no proxy values for the cluster (default "-")
-o, --output string Output format, supported [table, yaml, json] (default "table")
--type string Cluster type (prod, nonprod) (default "nonprod")
SEE ALSO
- diagrid clusters - Manage cluster connections