Skip to content

Commit 7cbe695

Browse files
authored
Merge pull request #60245 from dfitzmau/OCPBUGS-9379
OCPBUGS#9379: Fixed bug on Automatically allocating resources for nod…
2 parents ba9c785 + 0c2d334 commit 7cbe695

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/nodes-nodes-resources-configuring-auto.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ metadata:
4747
+
4848
[TIP]
4949
====
50-
If the label is not present, add a key/value pair such as:
50+
If an appropriate label is not present, add a key/value pair such as:
5151

5252
----
5353
$ oc label machineconfigpool worker custom-kubelet=small-pods
@@ -73,7 +73,7 @@ spec:
7373
----
7474
<1> Assign a name to CR.
7575
<2> Add the `autoSizingReserved` parameter set to `true` to allow {product-title} to automatically determine and allocate the `system-reserved` resources on the nodes associated with the specified label. To disable automatic allocation on those nodes, set this parameter to `false`.
76-
<3> Specify the label from the machine config pool.
76+
<3> Specify the label from the machine config pool that you configured in the "Prerequisites" section. You can choose any desired labels for the machine config pool, such as `custom-kubelet: small-pods`, or the default label, `pools.operator.machineconfiguration.openshift.io/worker: ""`.
7777
+
7878
The previous example enables automatic resource allocation on all worker nodes. {product-title} drains the nodes, applies the kubelet config, and restarts the nodes.
7979

0 commit comments

Comments
 (0)