Skip to content

Commit be76e85

Browse files
Merge pull request #754 from dhellmann/workload-partitioning-typos
workload-partitioning: fix a couple of typos
2 parents e1e0e0d + 85ea0e1 commit be76e85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

enhancements/management-workload-partitioning.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ In the management workload case, we will configure it with values like
486486
[crio.runtime.workloads.management]
487487
activation_annotation = "target.workload.openshift.io/management"
488488
annotation_prefix = "resources.workload.openshift.io"
489-
resources = { "cpushares" = "", "cpuset" = "0-1" }
489+
resources = { "cpushares" = 0, "cpuset" = "0-1" }
490490
```
491491

492492
CRI-O will be configured to support a new annotation on pods,
@@ -604,7 +604,7 @@ deployment):
604604
[crio.runtime.workloads.management]
605605
activation_annotation = "target.workload.openshift.io/management"
606606
annotation_prefix = "resources.workload.openshift.io"
607-
resources = { "cpushares" = "", "cpuset" = "0-1,52-53" }
607+
resources = { "cpushares" = 0, "cpuset" = "0-1,52-53" }
608608
```
609609

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

0 commit comments

Comments
 (0)