1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-07 00:48:01 +01:00
Files
openshift-docs/modules/gitops-argo-cd-installation.adoc
Debargho Ghosh 44afd249de Argo CD instance name fixed
made review changes

made review changes

made review changes

made review changes
2022-09-12 14:02:36 +00:00

26 lines
1019 B
Plaintext

// Module included in the following assemblies:
//
// * gitops-argo-cd-installation.adoc
:_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 *Operators* -> *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.