mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 21:46:22 +01:00
changed file name created new folder created new folder deleted files changed folder name changed file name changed file name changed file name changed relative path made structure change changed relative path changed relative path deleted repeating files changed relative path added attributes
29 lines
1.2 KiB
Plaintext
29 lines
1.2 KiB
Plaintext
// Module is included in the following assemblies:
|
|
//
|
|
// * installing-red-hat-openshift-gitops
|
|
|
|
[id="installing-gitops-operator-in-web-console_{context}"]
|
|
= Installing OpenShift GitOps Operator in web console
|
|
|
|
.Prerequisites
|
|
|
|
* Access to the {product-title} web console.
|
|
* An account with the `cluster-admin` role.
|
|
* You are logged in to the {product-title} cluster as an administrator.
|
|
|
|
[WARNING]
|
|
====
|
|
If you have already installed the Community version of the Argo CD Operator, remove the Argo CD Community Operator before you install the {gitops-title} Operator.
|
|
====
|
|
|
|
.Procedure
|
|
|
|
. Open the *Administrator* perspective of the web console and navigate to *Operators* → *OperatorHub* in the menu on the left.
|
|
|
|
. Search for `OpenShift GitOps`, click the *{gitops-title}* tile, and then click *Install*.
|
|
+
|
|
{gitops-title} will be installed in all namespaces of the cluster.
|
|
|
|
After the {gitops-title} Operator is installed, it automatically sets up a ready-to-use Argo CD instance that is available in the `openshift-gitops` namespace, and an Argo CD icon is displayed in the console toolbar.
|
|
You can create subsequent Argo CD instances for your applications under your projects.
|