Skip to content

Commit e5d36ee

Browse files
committed
add dedicatedadmin
1 parent a792f38 commit e5d36ee

13 files changed

+28
-13
lines changed

modules/jaeger-install-elasticsearch.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The default Jaeger deployment uses in-memory storage because it is designed to b
1111

1212
.Prerequisites
1313
* Access to the {product-title} web console.
14-
* An account with the `cluster-admin` role.
14+
* An account with the `cluster-admin` role. If you use {product-dedicated}, you must have an account with the `dedicated-admin` role.
1515

1616
[WARNING]
1717
====
@@ -25,7 +25,7 @@ If you have already installed the OpenShift Elasticsearch Operator as part of Op
2525

2626
.Procedure
2727

28-
. Log in to the {product-title} web console as a user with the `cluster-admin` role.
28+
. Log in to the {product-title} web console as a user with the `cluster-admin` role. If you use {product-dedicated}, you must have an account with the `dedicated-admin` role.
2929

3030
. Navigate to *Operators* -> *OperatorHub*.
3131

modules/jaeger-install.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ By default the Operator is installed in the `openshift-operators` project.
1313

1414
.Prerequisites
1515
* Access to the {product-title} web console.
16-
* An account with the `cluster-admin` role.
16+
* An account with the `cluster-admin` role. If you use {product-dedicated}, you must have an account with the `dedicated-admin` role.
1717
* If you require persistent storage, you must also install the OpenShift Elasticsearch Operator before installing the Jaeger Operator.
1818

1919
[WARNING]
@@ -23,7 +23,7 @@ Do not install Community versions of the Operators. Community Operators are not
2323

2424
.Procedure
2525

26-
. Log in to the {product-title} web console as a user with the `cluster-admin` role.
26+
. Log in to the {product-title} web console as a user with the `cluster-admin` role. If you use {product-dedicated}, you must have an account with the `dedicated-admin` role.
2727

2828
. Navigate to *Operators* -> *OperatorHub*.
2929

modules/ossm-control-plane-profiles.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ To add custom profiles, you must first create a ConfigMap named `smcp-templates`
1717
.Prerequisites
1818

1919
* An installed, verified {ProductShortName} Operator.
20-
* An account with the `cluster-admin` role.
20+
* An account with the `cluster-admin` role. If you use {product-dedicated}, you must have an account with the `dedicated-admin` role.
2121
* Location of the Operator deployment.
2222
* Access to the {product-title} Command-line Interface (CLI) also known as `oc`.
2323

2424
.Procedure
2525

26-
. Log in to the {product-title} CLI as a cluster administrator.
26+
. Log in to the {product-title} CLI as a `cluster-admin`. If you use {product-dedicated}, you must have an account with the `dedicated-admin` role.
2727

2828
. From the CLI, run this command to create the ConfigMap named `smcp-templates` in the `openshift-operators` project and replace `<profiles-directory>` with the location of the `ServiceMeshControlPlane` files on your local disk:
2929
+

modules/ossm-document-attributes.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
//
1111
:product-title: OpenShift Container Platform
1212
:ProductName: Red Hat OpenShift Service Mesh
13+
:product-dedicated: Red Hat OpenShift Dedicated
1314
:ProductShortName: Service Mesh
1415
:ProductRelease:
1516
:ProductVersion: 2.0.6

modules/ossm-kiali-service-mesh.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ Installing Kiali via the Service Mesh on {product-title} differs from community
1414
* Ingress has been enabled by default.
1515
* Updates have been made to the Kiali ConfigMap.
1616
* Updates have been made to the ClusterRole settings for Kiali.
17-
* Users should not manually edit the ConfigMap or the Kiali custom resource files as those changes might be overwritten by the {ProductShortName} or Kiali operators. All configuration for Kiali running on {ProductName} is done in the `ServiceMeshControlPlane` custom resource file and there are limited configuration options. Updating the operator files should be restricted to those users with cluster-admin privileges.
17+
* Do not edit the ConfigMap or the Kiali custom resource files as those changes might be overwritten by the {ProductShortName} or Kiali Operators. All configuration for Kiali running on {ProductName} is done in the `ServiceMeshControlPlane` custom resource file and there are limited configuration options. Updating the Operator files should be restricted to those users with `cluster-admin` privileges. If you use {product-dedicated}, updating the operator files should be restricted to those users with `dedicated-admin` privileges.

modules/ossm-remove-cleanup.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@
66
[id="ossm-remove-cleanup_{context}"]
77
= Clean up Operator resources
88

9-
Follow this procedure to manually remove resources left behind after removing the {ProductName} Operator by using the OpenShift console.
9+
You can manually remove resources left behind after removing the {ProductName} Operator using the OpenShift console.
10+
11+
.Prerequisites
12+
13+
* An account with cluster administration access. If you use {product-dedicated}, you must have an account with the `dedicated-admin` role.
14+
* Access to the {product-title} Command-line Interface (CLI) also known as `oc`.
1015

1116
.Procedure
1217

modules/ossm-rn-new-features.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ Result – If changed, describe the current user experience
3636
|2.0.0
3737
|===
3838

39+
== {ProductName} on {product-dedicated} and Microsoft Azure Red Hat OpenShift
40+
41+
{ProductName} is now supported through {product-dedicated} and Microsoft Azure Red Hat OpenShift.
42+
3943
== New features {ProductName} 2.0.6
4044

4145
This release of {ProductName} addresses Common Vulnerabilities and Exposures (CVEs) and bug fixes.

modules/ossm-supported-configurations.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ The following configurations are supported for the current release of {ProductN
1111

1212
* Red Hat {product-title} version 4.x.
1313

14+
[NOTE]
15+
====
16+
Red Hat OpenShift Online is not supported for {ProductName}.
17+
====
18+
1419
* The deployment must be contained to a single {product-title} cluster that is not federated.
1520
* This release of {ProductName} is only available on {product-title} x86_64, IBM Z, and IBM Power Systems.
1621
** IBM Z is only supported on {product-title} 4.6 and later.

modules/ossm-tutorial-bookinfo-install.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The Bookinfo sample application cannot be installed on IBM Z and IBM Power Syste
2323

2424
.Procedure
2525

26-
. Log in to the {product-title} web console as a user with cluster-admin rights.
26+
. Log in to the {product-title} web console as a user with cluster-admin rights. If you use {product-dedicated}, you must have an account with the `dedicated-admin` role.
2727

2828
. Click to *Home* -> *Projects*.
2929

modules/ossm-updating-smcp.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ You can create or edit the `ServiceMeshControlPlane` with the command line.
1010

1111
.Procedure
1212

13-
. Log in to the {product-title} CLI as a user with the `cluster-admin` role. Enter the following command. Enter your username and password when prompted.
13+
. Log in to the {product-title} CLI as a user with the `cluster-admin` role. If you use {product-dedicated}, log in as a user with the `dedicated-admin` role. After you run the following command, enter your username and password when prompted:
1414
+
1515
[source,terminal]
1616
----

0 commit comments

Comments
 (0)