...
The cluster added to Argo via CLI is reflected in “Clusters” tab of Argo tool.
...
Install ArgoCD CLI based on your system from https://argoproj.github.io/argo-cd/cli_installation/
Update the kubeconfig file through AWS CLI and create external clusters inside ArgoCD
Code Block | ||
---|---|---|
| ||
# Update the kubeconfig file for auth.
aws eks update-kubeconfig --region us-east-2 --name cluster-name
# Login to argocd server through cli
argocd login <argocd_server_url> --password <password> --username <username>
# add external cluster through cli to argocd
argocd cluster add <kube_context>
Note: kube_context format for EKS: arn:aws:eks:<region>:<account_id>:cluster/<cluster_name> |
Registering Argo Tool
Login tohttps://portal.opsera.io -> Tool Registry -> Click “+New Tool” Button
...