We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d2eced9 + 3ee3811 commit 7bd4965Copy full SHA for 7bd4965
modules/nodes-cluster-overcommit-node-enforcing.adoc
@@ -72,12 +72,11 @@ spec:
72
matchLabels:
73
pools.operator.machineconfiguration.openshift.io/worker: "" <2>
74
kubeletConfig:
75
- cpuCfsQuota: <3>
76
- - "true"
+ cpuCfsQuota: false <3>
77
----
78
<1> Assign a name to CR.
79
<2> Specify the label from the machine config pool.
80
-<3> Set the `cpuCfsQuota` parameter to `true`.
+<3> Set the `cpuCfsQuota` parameter to `false`.
81
82
. Run the following command to create the CR:
83
+
0 commit comments