Skip to content

Commit 6f95dd7

Browse files
authored
Merge pull request #63360 from mburke5678/nodes-dedicated-user
Nodes: Added dedicated-user for ROSA content port
2 parents 55a10c1 + 8cce4d9 commit 6f95dd7

14 files changed

+81
-15
lines changed

modules/nodes-cma-autoscaling-custom-gather.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,12 @@ The standard {product-title} `must-gather` command, `oc adm must-gather`, does n
2323

2424
.Prerequisites
2525

26-
* Access to the cluster as a user with the `cluster-admin` role.
26+
ifndef::openshift-rosa,openshift-dedicated[]
27+
* You are logged in to {product-title} as a user with the `cluster-admin` role.
28+
endif::openshift-rosa,openshift-dedicated[]
29+
ifdef::openshift-rosa,openshift-dedicated[]
30+
* You are logged in to {product-title} as a user with the `dedicated-admin` role.
31+
endif::openshift-rosa,openshift-dedicated[]
2732
* The {product-title} CLI (`oc`) installed.
2833

2934
.Procedure

modules/nodes-descheduler-configuring-interval.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,12 @@ You can configure the amount of time between descheduler runs. The default is 36
1010

1111
.Prerequisites
1212

13-
* Cluster administrator privileges
13+
ifndef::openshift-rosa,openshift-dedicated[]
14+
* You are logged in to {product-title} as a user with the `cluster-admin` role.
15+
endif::openshift-rosa,openshift-dedicated[]
16+
ifdef::openshift-rosa,openshift-dedicated[]
17+
* You are logged in to {product-title} as a user with the `dedicated-admin` role.
18+
endif::openshift-rosa,openshift-dedicated[]
1419

1520
.Procedure
1621

modules/nodes-descheduler-configuring-profiles.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,12 @@ You can configure which profiles the descheduler uses to evict pods.
1010

1111
.Prerequisites
1212

13-
* Cluster administrator privileges
13+
ifndef::openshift-rosa,openshift-dedicated[]
14+
* You are logged in to {product-title} as a user with the `cluster-admin` role.
15+
endif::openshift-rosa,openshift-dedicated[]
16+
ifdef::openshift-rosa,openshift-dedicated[]
17+
* You are logged in to {product-title} as a user with the `dedicated-admin` role.
18+
endif::openshift-rosa,openshift-dedicated[]
1419

1520
.Procedure
1621

modules/nodes-descheduler-installing.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,12 @@ If you have enabled hosted control planes in your cluster, set a custom priority
2525

2626
.Prerequisites
2727

28-
* Cluster administrator privileges.
28+
ifndef::openshift-rosa,openshift-dedicated[]
29+
* You are logged in to {product-title} as a user with the `cluster-admin` role.
30+
endif::openshift-rosa,openshift-dedicated[]
31+
ifdef::openshift-rosa,openshift-dedicated[]
32+
* You are logged in to {product-title} as a user with the `dedicated-admin` role.
33+
endif::openshift-rosa,openshift-dedicated[]
2934
* Access to the {product-title} web console.
3035
ifdef::openshift-origin[]
3136
* Ensure that you have downloaded the {cluster-manager-url-pull} as shown in _Obtaining the installation program_ in the installation documentation for your platform.

modules/nodes-descheduler-uninstalling.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,12 @@ You can remove the descheduler from your cluster by removing the descheduler ins
1010

1111
.Prerequisites
1212

13-
* Cluster administrator privileges.
13+
ifndef::openshift-rosa,openshift-dedicated[]
14+
* You are logged in to {product-title} as a user with the `cluster-admin` role.
15+
endif::openshift-rosa,openshift-dedicated[]
16+
ifdef::openshift-rosa,openshift-dedicated[]
17+
* You are logged in to {product-title} as a user with the `dedicated-admin` role.
18+
endif::openshift-rosa,openshift-dedicated[]
1419
* Access to the {product-title} web console.
1520

1621
.Procedure

modules/nodes-nodes-configuring-graceful-shutdown.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,12 @@ If you do not configure graceful node shutdown, the default grace period is `0`
1414

1515
.Prerequisites
1616

17-
* You have access to the cluster with the `cluster-admin` role.
17+
ifndef::openshift-rosa,openshift-dedicated[]
18+
* You are logged in to {product-title} as a user with the `cluster-admin` role.
19+
endif::openshift-rosa,openshift-dedicated[]
20+
ifdef::openshift-rosa,openshift-dedicated[]
21+
* You are logged in to {product-title} as a user with the `dedicated-admin` role.
22+
endif::openshift-rosa,openshift-dedicated[]
1823
* You have defined priority classes for pods that require critical or regular classification.
1924

2025
.Procedure

modules/nodes-scheduler-pod-topology-spread-constraints-configuring.adoc

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,13 @@ You can specify multiple pod topology spread constraints, but you must ensure th
1212

1313
.Prerequisites
1414

15-
* A cluster administrator has added the required labels to nodes.
15+
ifndef::openshift-rosa,openshift-dedicated[]
16+
* A user with the `cluster-admin` role has added the required labels to nodes.
17+
endif::openshift-rosa,openshift-dedicated[]
18+
ifdef::openshift-rosa,openshift-dedicated[]
19+
* A user with the `dedicated-admin` role has added the required labels to nodes.
20+
endif::openshift-rosa,openshift-dedicated[]
21+
1622

1723
.Procedure
1824

modules/nodes-secondary-scheduler-configuring-console.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,12 @@ After you have installed the {secondary-scheduler-operator}, you can deploy a se
1010

1111
.Prerequisities
1212

13-
* You have access to the cluster with `cluster-admin` privileges.
13+
ifndef::openshift-rosa,openshift-dedicated[]
14+
* You are logged in to {product-title} as a user with the `cluster-admin` role.
15+
endif::openshift-rosa,openshift-dedicated[]
16+
ifdef::openshift-rosa,openshift-dedicated[]
17+
* You are logged in to {product-title} as a user with the `dedicated-admin` role.
18+
endif::openshift-rosa,openshift-dedicated[]
1419
* You have access to the {product-title} web console.
1520
* The {secondary-scheduler-operator-full} is installed.
1621

modules/nodes-secondary-scheduler-install-console.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,12 @@ You can use the web console to install the {secondary-scheduler-operator-full}.
1010

1111
.Prerequisites
1212

13-
* You have access to the cluster with `cluster-admin` privileges.
13+
ifndef::openshift-rosa,openshift-dedicated[]
14+
* You are logged in to {product-title} as a user with the `cluster-admin` role.
15+
endif::openshift-rosa,openshift-dedicated[]
16+
ifdef::openshift-rosa,openshift-dedicated[]
17+
* You are logged in to {product-title} as a user with the `dedicated-admin` role.
18+
endif::openshift-rosa,openshift-dedicated[]
1419
* You have access to the {product-title} web console.
1520

1621
.Procedure

modules/nodes-secondary-scheduler-pod-console.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,12 @@ To schedule a pod using the secondary scheduler, set the `schedulerName` field i
1010

1111
.Prerequisities
1212

13-
* You have access to the cluster with `cluster-admin` privileges.
13+
ifndef::openshift-rosa,openshift-dedicated[]
14+
* You are logged in to {product-title} as a user with the `cluster-admin` role.
15+
endif::openshift-rosa,openshift-dedicated[]
16+
ifdef::openshift-rosa,openshift-dedicated[]
17+
* You are logged in to {product-title} as a user with the `dedicated-admin` role.
18+
endif::openshift-rosa,openshift-dedicated[]
1419
* You have access to the {product-title} web console.
1520
* The {secondary-scheduler-operator-full} is installed.
1621
* A secondary scheduler is configured.

0 commit comments

Comments
 (0)