Skip to content

Commit 7bd4965

Browse files
authored
Merge pull request #63734 from xenolinux/cpucfsquota
OCPBUGS#9250: Set CPU quota as false
2 parents d2eced9 + 3ee3811 commit 7bd4965

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

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

8281
. Run the following command to create the CR:
8382
+

0 commit comments

Comments
 (0)