Skip to content

Commit d19c2da

Browse files
committed
OCPBUGS#9250: Set to
1 parent 120a31f commit d19c2da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/nodes-cluster-overcommit-node-enforcing.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@ spec:
7272
pools.operator.machineconfiguration.openshift.io/worker: "" <2>
7373
kubeletConfig:
7474
cpuCfsQuota: <3>
75-
- "false"
75+
- "true"
7676
----
7777
<1> Assign a name to CR.
7878
<2> Specify the label from the machine config pool.
79-
<3> Set the `cpuCfsQuota` parameter to `false`.
79+
<3> Set the `cpuCfsQuota` parameter to `true`.
8080

8181
. Run the following command to create the CR:
8282
+

0 commit comments

Comments
 (0)