1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

Fixed review comments for ArgoCD updates in OCP GitOps Documentation

This commit is contained in:
Srivaralakshmi
2021-05-25 16:30:57 +05:30
committed by openshift-cherrypick-robot
parent a5f3d0aaac
commit dbf681a4d5
2 changed files with 17 additions and 4 deletions

View File

@@ -6,7 +6,12 @@ include::modules/gitops-document-attributes.adoc[]
toc::[]
Once the Red Hat OpenShift GitOps Operator is installed, Argo CD automatically creates a user with `admin` permissions. To manage multiple users, Argo CD allows cluster administrators to configure SSO. You can use Keycloak or a bundled Dex OIDC provider.
After the {gitops-title} Operator is installed, Argo CD automatically creates a user with `admin` permissions. To manage multiple users, Argo CD allows cluster administrators to configure SSO.
[NOTE]
====
Bundled Dex OIDC provider is not supported.
====
.Prerequisites
* Red Hat SSO is installed on the cluster.

View File

@@ -7,14 +7,22 @@
.Prerequisites
* Access to the {product-title} web console.
* An account with the `cluster-admin` role.
* You are logged in to the OpenShift 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 *Red Hat OpenShift GitOps* tile and then click the *Install* button.
. Search for `OpenShift GitOps`, click the *{gitops-title}* tile, and then click the *Install* button.
+
Red Hat OpenShift GitOps will be installed in all namespaces of the cluster.
{gitops-title} will be installed in all namespaces of the cluster.
Once the Red Hat OpenShift GitOps 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.
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.