mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 21:46:22 +01:00
19 lines
861 B
Plaintext
19 lines
861 B
Plaintext
// Module is included in the following assemblies:
|
|
//
|
|
// * /cicd/gitops/installing-openshift-gitops.adoc
|
|
|
|
:_mod-docs-content-type: PROCEDURE
|
|
[id="installing-gitops-operator-in-web-console_{context}"]
|
|
= Installing {gitops-title} Operator in web console
|
|
|
|
.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.
|