Skip to content

Commit 2a3b328

Browse files
authored
Merge pull request #95758 from abrennan89/OSDOCS-15178
OSDOCS-15178: Clarify admin permissions for labeling ns
2 parents 3c8972c + 7495b3b commit 2a3b328

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

configure/managing-workloads.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ toc::[]
88

99
{product-title} does not directly manipulate jobs that are created by users. Instead, Kueue manages `Workload` objects that represent the resource requirements of a job. {product-title} automatically creates a workload for each job, and syncs any decisions and statuses between the two objects.
1010

11+
include::modules/label-namespaces.adoc[leveloffset=+1]
1112
include::modules/configuring-labelpolicy.adoc[leveloffset=+1]

modules/label-namespaces.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ The {product-title} Operator uses an opt-in webhook mechanism to ensure that pol
1010

1111
You must label the namespaces where you want {product-title} to manage jobs with the `kueue.openshift.io/managed=true` label.
1212

13+
.Prerequisites
14+
15+
* You have cluster administrator permissions.
16+
* The {product-title} Operator is installed on your cluster, and you have created a `Kueue` custom resource (CR).
17+
* You have installed the {oc-first}.
18+
1319
.Procedure
1420

1521
* Add the `kueue.openshift.io/managed=true` label to a namespace by running the following command:

0 commit comments

Comments
 (0)