Skip to content

Commit 85ea0e1

Browse files
committed
workload-partitioning: fix a couple of typos
An earlier update to fix the crio config examples missed 2 instances. Signed-off-by: Doug Hellmann <[email protected]>
1 parent 42b44d6 commit 85ea0e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: enhancements/management-workload-partitioning.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ In the management workload case, we will configure it with values like
474474
[crio.runtime.workloads.management]
475475
activation_annotation = "target.workload.openshift.io/management"
476476
annotation_prefix = "resources.workload.openshift.io"
477-
resources = { "cpushares" = "", "cpuset" = "0-1" }
477+
resources = { "cpushares" = 0, "cpuset" = "0-1" }
478478
```
479479

480480
CRI-O will be configured to support a new annotation on pods,
@@ -589,7 +589,7 @@ deployment):
589589
[crio.runtime.workloads.management]
590590
activation_annotation = "target.workload.openshift.io/management"
591591
annotation_prefix = "resources.workload.openshift.io"
592-
resources = { "cpushares" = "", "cpuset" = "0-1,52-53" }
592+
resources = { "cpushares" = 0, "cpuset" = "0-1,52-53" }
593593
```
594594

595595
The contents of `/etc/kubernetes/openshift-workload-pinning` should look like

0 commit comments

Comments
 (0)