From f5bdce070654728db3db9f86103532b87cd6127e Mon Sep 17 00:00:00 2001 From: cskh Date: Fri, 4 Mar 2022 15:09:01 -0500 Subject: [PATCH] docs: clarify argo cd api server (#8670) Signed-off-by: Hui Kang --- docs/getting_started.md | 2 +- docs/operator-manual/ingress.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting_started.md b/docs/getting_started.md index 25afa71193968..1cb6324f4458f 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -90,7 +90,7 @@ argocd login ``` !!! note - The CLI environment must be able to communicate with the Argo CD controller. If it isn't directly accessible as described above in step 3, you can tell the CLI to access it using port forwarding through one of these mechanisms: 1) add `--port-forward-namespace argocd` flag to every CLI command; or 2) set `ARGOCD_OPTS` environment variable: `export ARGOCD_OPTS='--port-forward-namespace argocd'`. + The CLI environment must be able to communicate with the Argo CD API server. If it isn't directly accessible as described above in step 3, you can tell the CLI to access it using port forwarding through one of these mechanisms: 1) add `--port-forward-namespace argocd` flag to every CLI command; or 2) set `ARGOCD_OPTS` environment variable: `export ARGOCD_OPTS='--port-forward-namespace argocd'`. Change the password using the command: diff --git a/docs/operator-manual/ingress.md b/docs/operator-manual/ingress.md index 315a60e996a0a..e4cf23ff3fd01 100644 --- a/docs/operator-manual/ingress.md +++ b/docs/operator-manual/ingress.md @@ -1,6 +1,6 @@ # Ingress Configuration -Argo CD runs both a gRPC server (used by the CLI), as well as a HTTP/HTTPS server (used by the UI). +Argo CD API server runs both a gRPC server (used by the CLI), as well as a HTTP/HTTPS server (used by the UI). Both protocols are exposed by the argocd-server service object on the following ports: * 443 - gRPC/HTTPS