Skip to content

Commit 8f7c529

Browse files
Merge pull request #33750 from chinmayi-chandrasekar/bugzilla_1875952_fix
BZ1875952: Fixed vague information about cpu resource limits (number of cores and GPUs)
2 parents 0cb97c4 + 17b7d50 commit 8f7c529

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)