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

HTTP2 of CLI casued Timeout #20715

Open
senayuki opened this issue Nov 8, 2024 · 0 comments
Open

HTTP2 of CLI casued Timeout #20715

senayuki opened this issue Nov 8, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@senayuki
Copy link

senayuki commented Nov 8, 2024

Summary

Argocli uses HTTP2, but the documentation does not mention this.

Motivation

I tried to follow the Getting Started docs to install and config ArgoCD. I accessed it through ingress-nginx and apisix, and the WebUI looked very normal. However, argocli login kept timing out.
I searched for some examples, and most users used port forward, but I tried to completely solve it.
Finally, I found that argocli uses HTTP2, which is not emphasized in the documentation. This has caused serious compatibility issues. After enabling HTTP2 on Apisix, the issue was resolved.

Proposal

I think the Getting Started document should emphasize the need for CLI to use HTTP2. And I also saw #20639, I haven't explore how CLI handles connections yet, maybe this PR will change everything.

@senayuki senayuki added the enhancement New feature or request label Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant