You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to create a project for cluster other than where argocd-server is running. With following command argocd-autopilot project create stage --dest-kube-context staging-cluster
Output:
INFO cloning git repository: https://github.com/abc/gitops.git
Enumerating objects: 97, done.
Counting objects: 100% (97/97), done.
Compressing objects: 100% (55/55), done.
Total 97 (delta 32), reused 90 (delta 30), pack-reused 0
INFO using revision: "", installation path: "/"
INFO adding cluster: staging-cluster
WARNING: This will create a service account `argocd-manager` on the cluster referenced by context `staging-cluster` with full cluster level privileges. Do you want to continue [y/N]? y
INFO[0005] ServiceAccount "argocd-manager" already exists in namespace "kube-system"
INFO[0006] ClusterRole "argocd-manager-role" updated
INFO[0007] ClusterRoleBinding "argocd-manager-role-binding" updated
FATA[0007] Failed to establish connection to port-forward:443: dial tcp: lookup port-forward: no such host
Tried with --insecure option also, still getting same issue.
The text was updated successfully, but these errors were encountered:
Same here, workaround using : argocd-autopilot project create myproject --dest-kube-context mycontext --port-forward --port-forward-namespace argocd
Without --port-forward option, on my system, it looks after "port-forward" in the dns.
I'm trying to create a project for cluster other than where argocd-server is running. With following command
argocd-autopilot project create stage --dest-kube-context staging-cluster
Output:
Tried with
--insecure
option also, still getting same issue.The text was updated successfully, but these errors were encountered: