Skip to content

Commit 17b7d50

Browse files
Bugzilla bug 1875952;fixed vague information about cpu resource limits
1 parent 316c26b commit 17b7d50

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/cluster-autoscaler-cr.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ spec:
4141
----
4242
<1> Specify the priority that a pod must exceed to cause the cluster autoscaler to deploy additional nodes. Enter a 32-bit integer value. The `podPriorityThreshold` value is compared to the value of the `PriorityClass` that you assign to each pod.
4343
<2> Specify the maximum number of nodes to deploy. This value is the total number of machines that are deployed in your cluster, not just the ones that the autoscaler controls. Ensure that this value is large enough to account for all of your control plane and compute machines and the total number of replicas that you specify in your `MachineAutoscaler` resources.
44-
<3> Specify the minimum number of cores to deploy.
45-
<4> Specify the maximum number of cores to deploy.
44+
<3> Specify the minimum number of cores to deploy in the cluster.
45+
<4> Specify the maximum number of cores to deploy in the cluster.
4646
<5> Specify the minimum amount of memory, in GiB, in the cluster.
4747
<6> Specify the maximum amount of memory, in GiB, in the cluster.
4848
<7> Optionally, specify the type of GPU node to deploy. Only `nvidia.com/gpu` and `amd.com/gpu` are valid types.
49-
<8> Specify the minimum number of GPUs to deploy.
50-
<9> Specify the maximum number of GPUs to deploy.
49+
<8> Specify the minimum number of GPUs to deploy in the cluster.
50+
<9> Specify the maximum number of GPUs to deploy in the cluster.
5151
<10> In this section, you can specify the period to wait for each action by using any valid link:https://golang.org/pkg/time/#ParseDuration[ParseDuration] interval, including `ns`, `us`, `ms`, `s`, `m`, and `h`.
5252
<11> Specify whether the cluster autoscaler can remove unnecessary nodes.
5353
<12> Optionally, specify the period to wait before deleting a node after a node has recently been _added_. If you do not specify a value, the default value of `10m` is used.

0 commit comments

Comments
 (0)