Add cluster to ArgoCD argocd
Register an external cluster using a kubeconfig context
argocd cluster add my-k8s-context
more argocd
all 27 commands →
List registered clusters
argocd cluster list
Set image override
argocd app set myapp --kustomize-image myapp=myregistry/myapp:v1.2.3
Pause auto-sync
argocd app set myapp --sync-policy none
View application resources
argocd app resources myapp
Watch sync status
argocd app wait myapp --sync --health --timeout 120