Skip to main content

skyhook onboard argocd bootstrap

Bootstrap ArgoCD on your clusters via Helm

Synopsis

Install the initial ArgoCD instance and apply bootstrap configuration. ArgoCD can’t deploy itself via GitOps because it’s not running yet. This step solves that chicken-and-egg problem by doing a one-time manual install. For each cluster, this will:
  • Authenticate to the cluster (gcloud/aws/az)
  • Run helm dependency build + helm install for ArgoCD
  • Apply the cluster-admin AppProject
  • Apply the bootstrap ApplicationSet
After this, ArgoCD manages everything else via GitOps.

Examples

Options

Options inherited from parent commands

SEE ALSO