Skip to content

Commit c51c195

Browse files
authored
Merge pull request #68104 from mburke5678/fix-ded-admin-web-console
Service Mesh add dedicated-user prereq
2 parents 12b5727 + 0fb79ff commit c51c195

13 files changed

+90
-39
lines changed

modules/ossm-add-project-using-label-selectors-cli.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,12 @@ You can use label selectors to add a project to the {SMProductShortName} with th
1111
.Prerequisites
1212
* You have installed the {SMProductName} Operator.
1313
* The deployment has an existing `ServiceMeshMemberRoll` resource.
14-
* You are logged in as a user with the `cluster-admin` role. If you use {product-dedicated}, you are logged in as a user with the `dedicated-admin` role.
14+
ifndef::openshift-rosa,openshift-dedicated[]
15+
* You are logged in to {product-title} as`cluster-admin`.
16+
endif::openshift-rosa,openshift-dedicated[]
17+
ifdef::openshift-rosa,openshift-dedicated[]
18+
* You are logged in to {product-title} as a user with the `dedicated-admin` role.
19+
endif::openshift-rosa,openshift-dedicated[]
1520
1621
.Procedure
1722

modules/ossm-add-project-using-label-selectors-console.adoc

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,15 @@ You can use labels selectors to add a project to the {SMProductShortName} with t
1111
.Prerequisites
1212
* You have installed the {SMProductName} Operator.
1313
* The deployment has an existing `ServiceMeshMemberRoll` resource.
14-
* You are logged in as a user with the `cluster-admin` role. If you use {product-dedicated}, you are logged in as a user with the `dedicated-admin` role.
14+
ifndef::openshift-rosa,openshift-dedicated[]
15+
* You are logged in to the {product-title} web console as `cluster-admin`.
16+
endif::openshift-rosa,openshift-dedicated[]
17+
ifdef::openshift-rosa,openshift-dedicated[]
18+
* You are logged in to the {product-title} web console as a user with the `dedicated-admin` role.
19+
endif::openshift-rosa,openshift-dedicated[]
1520
1621
.Procedure
1722

18-
. Log in to the {product-title} web console.
19-
2023
. Navigate to *Operators* -> *Installed Operators*.
2124

2225
. Click the *Project* menu, and from the drop-down list, select the project where your `ServiceMeshMemberRoll` resource is deployed. For example, *istio-system*.

modules/ossm-config-control-plane-infrastructure-node-cli.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,12 @@ If the control plane will run on a worker node, skip this task.
1313
.Prerequisites
1414

1515
* You have installed the {SMProductName} Operator.
16-
* You are logged in as a user with the `cluster-admin` role. If you use {product-dedicated}, you are logged in as a user with the `dedicated-admin` role.
16+
ifndef::openshift-rosa,openshift-dedicated[]
17+
* You are logged in to {product-title} as`cluster-admin`.
18+
endif::openshift-rosa,openshift-dedicated[]
19+
ifdef::openshift-rosa,openshift-dedicated[]
20+
* You are logged in to {product-title} as a user with the `dedicated-admin` role.
21+
endif::openshift-rosa,openshift-dedicated[]
1722
1823
.Procedure
1924

modules/ossm-config-control-plane-infrastructure-node-console.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,12 @@ If the control plane will run on a worker node, skip this task.
1313
.Prerequisites
1414

1515
* You have installed the {SMProductName} Operator.
16-
* You are logged in as a user with the `cluster-admin` role. If you use {product-dedicated}, you are logged in as a user with the `dedicated-admin` role.
16+
ifndef::openshift-rosa,openshift-dedicated[]
17+
* You are logged in to {product-title} as`cluster-admin`.
18+
endif::openshift-rosa,openshift-dedicated[]
19+
ifdef::openshift-rosa,openshift-dedicated[]
20+
* You are logged in to {product-title} as a user with the `dedicated-admin` role.
21+
endif::openshift-rosa,openshift-dedicated[]
1722
1823
.Procedure
1924

modules/ossm-config-individual-control-plane-infrastructure-node-cli.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,12 @@ If the control plane will run on a worker node, skip this task.
1313
.Prerequisites
1414

1515
* You have installed the {SMProductName} Operator.
16-
* You are logged in as a user with the `cluster-admin` role. If you use {product-dedicated}, you are logged in as a user with the `dedicated-admin` role.
16+
ifndef::openshift-rosa,openshift-dedicated[]
17+
* You are logged in to {product-title} as`cluster-admin`.
18+
endif::openshift-rosa,openshift-dedicated[]
19+
ifdef::openshift-rosa,openshift-dedicated[]
20+
* You are logged in to {product-title} as a user with the `dedicated-admin` role.
21+
endif::openshift-rosa,openshift-dedicated[]
1722
1823
.Procedure
1924

modules/ossm-config-individual-control-plane-infrastructure-node-console.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,12 @@ If the control plane will run on a worker node, skip this task.
1313
.Prerequisites
1414

1515
* You have installed the {SMProductName} Operator.
16-
* You are logged in as a user with the `cluster-admin` role. If you use {product-dedicated}, you are logged in as a user with the `dedicated-admin` role.
16+
ifndef::openshift-rosa,openshift-dedicated[]
17+
* You are logged in to {product-title} as`cluster-admin`.
18+
endif::openshift-rosa,openshift-dedicated[]
19+
ifdef::openshift-rosa,openshift-dedicated[]
20+
* You are logged in to {product-title} as a user with the `dedicated-admin` role.
21+
endif::openshift-rosa,openshift-dedicated[]
1722
1823
.Procedure
1924

modules/ossm-control-plane-cli.adoc

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,15 @@ You can deploy a basic `ServiceMeshControlPlane` from the command line.
1212

1313
* The {SMProductName} Operator must be installed.
1414
* Access to the OpenShift CLI (`oc`).
15+
ifndef::openshift-rosa,openshift-dedicated[]
16+
* You are logged in to {product-title} as`cluster-admin`.
17+
endif::openshift-rosa,openshift-dedicated[]
18+
ifdef::openshift-rosa,openshift-dedicated[]
19+
* You are logged in to {product-title} as a user with the `dedicated-admin` role.
20+
endif::openshift-rosa,openshift-dedicated[]
1521
1622
.Procedure
1723

18-
. Log in to the {product-title} CLI as a user with the `cluster-admin` role. If you use {product-dedicated}, you must have an account with the `dedicated-admin` role.
19-
+
20-
[source,terminal]
21-
----
22-
$ oc login --username=<NAMEOFUSER> https://<HOSTNAME>:6443
23-
----
24-
+
2524
. Create a project named `istio-system`.
2625
+
2726
[source,terminal]

modules/ossm-deploy-cluster-wide-control-plane-cli.adoc

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,15 @@ You can configure the `ServiceMeshControlPlane` resource for cluster-wide deploy
1212

1313
* The {SMProductName} Operator is installed.
1414
* You have access to the OpenShift CLI (`oc`).
15+
ifndef::openshift-rosa,openshift-dedicated[]
16+
* You are logged in to {product-title} as`cluster-admin`.
17+
endif::openshift-rosa,openshift-dedicated[]
18+
ifdef::openshift-rosa,openshift-dedicated[]
19+
* You are logged in to {product-title} as a user with the `dedicated-admin` role.
20+
endif::openshift-rosa,openshift-dedicated[]
1521
1622
.Procedure
1723

18-
. Log in to the {product-title} CLI as a user with the `cluster-admin` role. If you use {product-dedicated}, you must have an account with the `dedicated-admin` role.
19-
+
20-
[source,terminal]
21-
----
22-
$ oc login --username=<NAMEOFUSER> https://<HOSTNAME>:6443
23-
----
24-
+
2524
. Create a project named `istio-system`.
2625
+
2726
[source,terminal]

modules/ossm-deploy-cluster-wide-control-plane-console.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,12 @@ You can configure the `ServiceMeshControlPlane` resource for cluster-wide deploy
1111
.Prerequisites
1212

1313
* The {SMProductName} Operator is installed.
14-
* You are logged in using an account with the `cluster-admin` role, or if you use {product-dedicated} with the `dedicated-admin` role.
14+
ifndef::openshift-rosa,openshift-dedicated[]
15+
* You are logged in to {product-title} as`cluster-admin`.
16+
endif::openshift-rosa,openshift-dedicated[]
17+
ifdef::openshift-rosa,openshift-dedicated[]
18+
* You are logged in to {product-title} as a user with the `dedicated-admin` role.
19+
endif::openshift-rosa,openshift-dedicated[]
1520
1621
.Procedure
1722

modules/ossm-tutorial-bookinfo-install.adoc

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,12 @@ This tutorial walks you through how to create a sample application by creating a
1515
* {product-title} 4.1 or higher installed.
1616
* {SMProductName} {SMProductVersion} installed.
1717
* Access to the OpenShift CLI (`oc`).
18-
* An account with the `cluster-admin` role.
18+
ifndef::openshift-rosa,openshift-dedicated[]
19+
* You are logged in to {product-title} as`cluster-admin`.
20+
endif::openshift-rosa,openshift-dedicated[]
21+
ifdef::openshift-rosa,openshift-dedicated[]
22+
* You are logged in to {product-title} as a user with the `dedicated-admin` role.
23+
endif::openshift-rosa,openshift-dedicated[]
1924
2025
ifndef::openshift-rosa[]
2126
[NOTE]
@@ -31,8 +36,6 @@ The commands in this section assume the {SMProductShortName} control plane proje
3136

3237
.Procedure
3338

34-
. 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.
35-
3639
. Click *Home* -> *Projects*.
3740

3841
. Click *Create Project*.

0 commit comments

Comments
 (0)