Error Attaching External Cluster
To attach an external, unmanaged cluster to Platform9's ArgoCD-as-a-Service, the clusters API Server endpoint must be accessible to ArgoCD.
ArgoCD CLI relies on the context set within the kubeconfig in the client user's home directory. If multiple contexts are available, the following error will be displayed ERRO[0000] Choose a context name from:
.
argocd cluster add
ERRO[0000] Choose a context name from:
CURRENT NAME CLUSTER SERVER
Cluster2 mgmt-pf9 https://pmk-41060.platform9.io/clusters/
* default anmol-capi-mgmt https://-mgmt-api.platform9.wild
If authentication fails, the following error will be displayed.
FATA[0011] rpc error: code = Unauthenticated desc = invalid session: Token is expired.
To resolve the unauthorized error, reauthenticate the ArgoCD CLI to the ArgoCD service by running ArgoCD login.
Was this page helpful?