You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will create a new namespace, `argocd`, where Argo CD services and application resources will live.
19
+
This will create a new `argocd` namespace where all Argo CD services and application resources will reside. It will also install Argo CD by applying the official manifests from the stable branch. Using a pinned version (like `v3.2.0`) is recommended for production.
20
20
21
21
> [!WARNING]
22
22
> The installation manifests include `ClusterRoleBinding` resources that reference `argocd` namespace. If you are installing Argo CD into a different
@@ -55,10 +55,9 @@ Also available in Mac, Linux and WSL Homebrew:
55
55
brew install argocd
56
56
```
57
57
58
-
## 3. Access The Argo CD API Server
58
+
## 3. Access Argo CD
59
59
60
-
By default, the Argo CD API server is not exposed with an external IP. To access the API server,
61
-
choose one of the following techniques to expose the Argo CD API server:
60
+
By default, Argo CD isn’t exposed outside the cluster. To access Argo CD from your browser or CLI, use one of the following methods:
62
61
63
62
### Service Type Load Balancer
64
63
Change the argocd-server service type to `LoadBalancer`:
0 commit comments