skyhook onboard argocd bootstrap
Bootstrap ArgoCD on your clusters via HelmSynopsis
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
Examples
Options
Options inherited from parent commands
SEE ALSO
- skyhook onboard argocd - Set up GitOps with ArgoCD