Skip to content

Commit 708d8c1

Browse files
author
Lisa Pettyjohn
committed
OCPBUGSM-42704: Update docs for SNO deployments
1 parent 89d7812 commit 708d8c1

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

modules/persistent-storage-local-install.adoc

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,18 @@ To block the Local Storage Operator from inheriting the cluster-wide default sel
3131
+
3232
[source,terminal]
3333
----
34-
$ oc annotate project openshift-local-storage openshift.io/node-selector=''
34+
$ oc annotate namespace openshift-local-storage openshift.io/node-selector=''
35+
----
36+
37+
. Optional: Allow local storage to run on the management pool of CPUs in single-node deployment.
38+
+
39+
Use the Local Storage Operator in single-node deployments and allow the use of CPUs that belong to the `managment` pool. Perform this step on single-node installations that use management workload partitioning.
40+
+
41+
To allow Local Storage Operator to run on the management CPU pool, run following commands:
42+
+
43+
[source,terminal]
44+
----
45+
$ oc annotate namespace openshift-local-storage workload.openshift.io/allowed='management'
3546
----
3647

3748
.From the UI

0 commit comments

Comments
 (0)