mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
27 lines
1.0 KiB
Plaintext
27 lines
1.0 KiB
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * cicd/gitops/setting-up-argocd-instance.adoc
|
|
|
|
:_mod-docs-content-type: PROCEDURE
|
|
[id="gitops-argo-cd-installation_{context}"]
|
|
= Installing Argo CD
|
|
|
|
To manage cluster configurations or deploy applications, you can install and deploy a new Argo CD instance.
|
|
|
|
.Procedure
|
|
. Log in to the {product-title} web console.
|
|
|
|
. Click *Ecosystem* -> *Installed Operators*.
|
|
|
|
. Create or select the project where you want to install the Argo CD instance from the *Project* drop-down menu.
|
|
|
|
. Select *OpenShift GitOps Operator* from the installed operators and select the *Argo CD* tab.
|
|
|
|
. Click *Create* to configure the parameters:
|
|
|
|
.. Enter the **Name** of the instance. By default, the *Name* is set to *argocd*.
|
|
|
|
.. Create an external OS Route to access Argo CD server. Click *Server* -> *Route* and check *Enabled*.
|
|
|
|
. To open the Argo CD web UI, click the route by navigating to **Networking -> Routes -> <instance name>-server** in the project where the Argo CD instance is installed.
|