Skip to content

Commit 0f1961c

Browse files
authored
Merge pull request #54410 from lpettyjo/OCPBUGSM-42704
OCPBUGSM-42704: Update docs for SNO deployments
2 parents a55a874 + 708d8c1 commit 0f1961c

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)