Skip to main content

akuity_argocd_cluster_update

akuity argocd cluster update

Update a cluster

akuity argocd cluster update [flags]

Examples

akuity argocd cluster update \
--organization-name=<name> \
--instance-name=<name> \
<cluster-name>

Options

      --agent-size string                       Agent size (One of small,medium,large)
--akuity-custom-image-registry string Custom image registry for Akuity images
--annotation stringArray Cluster annotation (e.g. --annotation 'key1' or 'key1=value1')
--argoproj-custom-image-registry string Custom image registry for Argoproj images
--disable-auto-update Disable automatic updates of agent components
--disable-auto-upgrade Disable automatic updates of agent components (DEPRECATED: use --disable-auto-update instead)
--force Disables optional cluster settings validation
-h, --help help for update
--instance-id string ArgoCD instance ID
--instance-name string ArgoCD instance name
--kustomization-path string Path to kustomization.yaml that contains cluster agent kustomization
--label stringArray Cluster label (e.g. --label 'key1' or 'key1=value1')
--org-id string Alias for organization-id
--org-name string Alias for organization-name
--organization-id string Akuity cloud organization ID
--organization-name string Akuity cloud organization name
-o, --output string Output format. One of (json, yaml, wide) (default "wide")
--version string Desired cluster agent target version

Options inherited from parent commands

      --insecure-skip-tls-verify   If true, the server's certificate will not be checked for validity
--no-color Disable colored output (default true)
--server string The server url of the Akuity cloud (default "https://akuity.cloud")

SEE ALSO