Skip to content

Commit

Permalink
RHDEVDOCS-5954: Fixing typos in pre-reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhruv-Soni11 committed Apr 23, 2024
1 parent d860b53 commit 0630c97
Show file tree
Hide file tree
Showing 14 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion accesscontrol_usermanagement/configuring-argo-cd-rbac.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ include::_attributes/common-attributes.adoc[]

toc::[]

By default, if you are logged into Argo CD using Red Hat SSO (RH SSO), you are a read-only user. You can change and manage the user level access.
By default, if you are logged in to Argo CD using Red Hat SSO (RH SSO), you are a read-only user. You can change and manage the user level access.

// Configuring user level access
include::modules/gitops-configuring-user-level-access.adoc[leveloffset=+1]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ After the {gitops-title} Operator is installed, Argo CD automatically creates a
[id="prerequisites_configuring-sso-for-argo-cd-using-keycloak"]
== Prerequisites
* Red Hat SSO is installed on the cluster.
* {gitops-title} Operator is installed on the cluster.
* You have installed the {gitops-title} Operator on your {OCP} cluster.
* Argo CD is installed on the cluster.

// Configuring a new client in Keycloak
Expand Down
4 changes: 2 additions & 2 deletions modules/gitops-additional-permissions-for-cluster-config.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
You can grant permissions for an Argo CD instance to manage cluster configuration. Create a cluster role with additional permissions and then create a new cluster role binding to associate the cluster role with a service account.

.Prerequisites
* You have access to an {OCP} cluster with `cluster-admin` privileges and are logged into the web console.
* You have installed the {gitops-title} Operator on your cluster.
* You have access to an {OCP} cluster with `cluster-admin` privileges and are logged in to the web console.
* You have installed the {gitops-title} Operator on your {OCP} cluster.
.Procedure

Expand Down
2 changes: 1 addition & 1 deletion modules/gitops-argo-cd-dynamic-scaling-by-using-cli.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
You can enable dynamic scaling of shards by using the {oc-first}.

.Prerequisites
* You have installed the {gitops-title} Operator in your cluster.
* You have installed the {gitops-title} Operator on your {OCP} cluster.
* You have access to the cluster with `cluster-admin` privileges.

.Procedure
Expand Down
2 changes: 1 addition & 1 deletion modules/gitops-argo-cd-dynamic-scaling-in-web-console.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ You can enable dynamic scaling of shards by using the {OCP} web console.
.Prerequisites
* You have access to the cluster with `cluster-admin` privileges.
* You have access to the {OCP} web console.
* You have installed the {gitops-title} Operator in your cluster.
* You have installed the {gitops-title} Operator on your {OCP} cluster.

.Procedure

Expand Down
2 changes: 1 addition & 1 deletion modules/gitops-argo-cd-notification.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Argo CD notifications allow you to send notifications to external services when events occur in your Argo CD instance. For example, you can send notifications to Slack or email when a sync operation fails. By default, notifications are disabled in Argo CD instances.

.Prerequisites
* You have access to an {OCP} cluster with `cluster-admin` privileges and are logged into the web console.
* You have access to an {OCP} cluster with `cluster-admin` privileges and are logged in to the web console.
* You have installed the {gitops-title} Operator on your cluster.
.Procedure
Expand Down
4 changes: 2 additions & 2 deletions modules/gitops-configuring-user-level-access.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ metadata
scopes: '[groups]'
----
+
. Add the `policy` configuration to the `rbac` section and add the `name`, `email` and the `role` of the user:
. Add the `policy` configuration to the `rbac` section and add the `name` and the desired `role` to be applied to the user:
+
[source,yaml]
----
metadata
...
...
rbac:
policy: <name>, <email>, role:<admin>
policy: g, <name>, role:<admin>
scopes: '[groups]'
----

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
You can enable the `round-robin` sharding algorithm by using the {OCP} web console.

.Prerequisites
* You have installed the {gitops-title} Operator in your cluster.
* You have installed the {gitops-title} Operator on your {OCP} cluster.
* You have access to the {OCP} web console.
* You have access to the cluster with `cluster-admin` privileges.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
You can enable the `round-robin` sharding algorithm by using the command-line interface.

.Prerequisites
* You have installed the {gitops-title} Operator in your cluster.
* You have installed the {gitops-title} Operator on your {OCP} cluster.
* You have access to the cluster with `cluster-admin` privileges.
.Procedure
Expand Down
4 changes: 2 additions & 2 deletions modules/gitops-storing-and-retrieving-argo-cd-logs.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ You can use the Kibana dashboard to store and retrieve Argo CD logs.

.Prerequisites

* The {gitops-title} Operator is installed in your cluster.
* The {logging-title} is installed with default configuration in your cluster.
* You have installed the {gitops-title} Operator on your {OCP} cluster.
* The {logging-title} is installed with default configuration on your {OCP} cluster.
.Procedure

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
You can move the {gitops-shortname} Operator pod to the infrastructure nodes.

.Prerequisites
* You have installed the {gitops-title} Operator in your cluster.
* You have installed the {gitops-title} Operator on your {OCP} cluster.
* You have access to the cluster with `cluster-admin` privileges.
.Procedure
Expand Down
2 changes: 1 addition & 1 deletion modules/proc_configuring-by-using-the-ocp-web-console.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ You can configure the `NotificationsConfiguration` custom resource (CR) by using

.Prerequisites

* You have access to an {OCP} cluster with `cluster-admin` privileges and are logged into the web console.
* You have access to an {OCP} cluster with `cluster-admin` privileges and are logged in to the web console.
* You have installed the {gitops-title} Operator on your cluster.
* You have enabled notifications for the Argo CD instance. For more information, see "Enabling notifications with an Argo CD instance".
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ You can enable and disable the setting for monitoring Argo CD custom resource wo
== Prerequisites

* You have access to the cluster as a user with the `cluster-admin` role.
* {gitops-title} is installed in your cluster.
* You have installed the {gitops-title} Operator on your {OCP} cluster.
* The monitoring stack is configured in your cluster in the `openshift-monitoring` project. In addition, the Argo CD instance is in a namespace that you can monitor through Prometheus.
* The `kube-state-metrics` service is running in your cluster.
* Optional: If you are enabling monitoring for an Argo CD instance already present in a user-defined project, ensure that the monitoring is link:https://docs.openshift.com/container-platform/latest/monitoring/enabling-monitoring-for-user-defined-projects.html#enabling-monitoring-for-user-defined-projects_enabling-monitoring-for-user-defined-projects[enabled for user-defined projects] in your cluster.
Expand Down
2 changes: 1 addition & 1 deletion observability/monitoring/monitoring-argo-cd-instances.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ By default, the {gitops-title} Operator automatically detects an installed Argo
== Prerequisites
* You have access to the cluster with `cluster-admin` privileges.
* You have access to the {OCP} web console.
* You have installed the {gitops-title} Operator in your cluster.
* You have installed the {gitops-title} Operator on your {OCP} cluster.
* You have installed an Argo CD application in your defined namespace, for example, `openshift-gitops`.

// Monitoring Argo CD health using Prometheus metrics
Expand Down

0 comments on commit 0630c97

Please sign in to comment.