-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
docs: Update getting_started.md to emphasize the usage of http/2 #21313
Open
revitalbarletz
wants to merge
7
commits into
argoproj:master
Choose a base branch
from
revitalbarletz:patch-5
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+3
−1
Open
Changes from 3 commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
84c46eb
Update getting_started.md to emphasize the usage of http/2
revitalbarletz 70c7d57
Update getting_started.md
revitalbarletz 50b3d6b
Merge branch 'master' into patch-5
revitalbarletz e8d39d1
Merge branch 'master' into patch-5
revitalbarletz 2bf2a67
Merge branch 'master' into patch-5
revitalbarletz a6c5794
Merge branch 'master' into patch-5
revitalbarletz 8e891d8
Merge branch 'master' into patch-5
revitalbarletz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,7 +52,9 @@ Also available in Mac, Linux and WSL Homebrew: | |
```bash | ||
brew install argocd | ||
``` | ||
|
||
!!! note | ||
To ensure proper functionality, the Argo CD CLI requires HTTP/2 support. Verify that your CLI is set up to use HTTP/2, especially if connecting to an Argo CD server over HTTPS. Check your system’s configuration or proxy settings if issues arise. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
This is a little confusing to me. You point out that the cli uses http/2 by default. I think we should say that the gateway / ingress controller should be configured to use http/2? |
||
|
||
## 3. Access The Argo CD API Server | ||
|
||
By default, the Argo CD API server is not exposed with an external IP. To access the API server, | ||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This issue is related to #20715.
When the user tried to follow the getting started guide, argocli login kept timing out up until enabling HTTP2.