I have a couple of cluster(Minikube and Kubeadm) setup in my local. I have installed ArgoCD in my Minikube cluster. I am able to perform deployment on the same and it works. Now I need to deploy to the kubeadm cluster setup from ArgoCD installed in Minikube. How can I add or establish a connection between them!
argocd cluster add CONTEXT
Also how to use this command in CLI?