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
On the step "kubectl patch svc argocd-server -n argocd -p '{"spec": {"type": "LoadBalancer"}}'" it will be a problem, as the installation file pointed in previous step doesn't install argocd-server.
Checklist:
argocd version
.Follow the instructions described here: https://argo-cd.readthedocs.io/en/stable/getting_started/#3-access-the-argo-cd-api-server
On the step "kubectl patch svc argocd-server -n argocd -p '{"spec": {"type": "LoadBalancer"}}'" it will be a problem, as the installation file pointed in previous step doesn't install argocd-server.
I could install it by using this one: https://raw.githubusercontent.com/argoproj/argo-cd/master/manifests/install.yaml
argocd version is the latest.
Step #4 with command
argocd admin initial-password
is also not correct.it works only with
argocd admin initial-password -n argocd
The suggestion to update the default namespace in the context is only on step 6
The text was updated successfully, but these errors were encountered: