Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation documentation is pointing to a wrong installation file #12830

Open
3 tasks done
acierto opened this issue Mar 12, 2023 · 0 comments
Open
3 tasks done

Installation documentation is pointing to a wrong installation file #12830

acierto opened this issue Mar 12, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@acierto
Copy link

acierto commented Mar 12, 2023

Checklist:

  • I've searched in the docs and FAQ for my answer: https://bit.ly/argocd-faq.
  • I've included steps to reproduce the bug.
  • I've pasted the output of 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

@acierto acierto added the bug Something isn't working label Mar 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant