Issue adding new deployment cluster using ArgoCD CLI #6798
Unanswered
helloworld466
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to add a new deployment cluster to ArgoCD using ArgoCD CLI. I have combined both the
kube-config
files and setcurrent-context
pointing to the deployment cluster name.Using
argocd login <node-ip>:<node-port>
, I successfully logged into the server.When I execute the command
argocd cluster add <deployment-cluster-name>
, it gives the below error:Beta Was this translation helpful? Give feedback.
All reactions