diff --git a/docs/getting_started.md b/docs/getting_started.md index 596251b3c28b0..7856ab11b76fd 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -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. + ## 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,