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

Please fix the Argo Server homepage #5866

Closed
lausser opened this issue May 8, 2021 · 3 comments · Fixed by #5904
Closed

Please fix the Argo Server homepage #5866

lausser opened this issue May 8, 2021 · 3 comments · Fixed by #5904
Labels

Comments

@lausser
Copy link

lausser commented May 8, 2021

Summary

I followed the instructions on https://argoproj.github.io/argo-workflows/argo-server/ where you write "This will start a server on port 2746 which you can view at https://localhost:2746"
After two days of desperate reinstalling and searching, i found that it must be https instead of http.

Diagnostics

Running on k3s and applied https://raw.githubusercontent.com/argoproj/argo-workflows/stable/manifests/quick-start-minimal.yaml
Version is argoproj/argocli:v3.0.2

kubectl -n argo apply -f https://raw.githubusercontent.com/argoproj/argo-workflows/stable/manifests/quick-start-minimal.yaml
kubectl -n argo port-forward svc/argo-server 2746:2746
curl https://127.0.0.1:2746  -> empty response if at all

Message from the maintainers:

Impacted by this bug? Give it a 👍. We prioritise the issues with the most 👍.

@alexec
Copy link
Contributor

alexec commented May 8, 2021

Try HTTPS

@lausser
Copy link
Author

lausser commented May 8, 2021

Yes, that works, i wrote "i found that it must be https instead of http"
But the documentation says "https://" and if you follow the documentation, you will get an empty page.

@lausser
Copy link
Author

lausser commented May 8, 2021

I just got aware that the web page is part of this repository. Here the url is ok:

docs/quick-start.md:kubectl -n argo port-forward deployment/argo-server 2746:2746
docs/quick-start.md:This will serve the user interface on https://localhost:2746

here it's not

docs/argo-server.md:kubectl -n argo port-forward svc/argo-server 2746:2746
docs/argo-server.md:Then visit: https://127.0.0.1:2746

grep -r localhost:2746 docs/ shows a lot more such urls, some with http, some with https. Can you confirm that https is the deault in the latest releases? I would then make a pull request.

alexec added a commit that referenced this issue May 13, 2021
alexec added a commit that referenced this issue May 14, 2021
@sarabala1979 sarabala1979 mentioned this issue Jun 10, 2021
88 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants