Skip to content

Commit ccc3d8c

Browse files
authored
Merge pull request #75542 from jeana-redhat/CAS-utilization-typo
Fix typo in CAS docs
2 parents 7925a41 + a927c03 commit ccc3d8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/cluster-autoscaler-cr.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ If you do not specify a value, the default value of `1` is used.
6666
<14> Optional: Specify the period to wait before deleting a node after a node has recently been _deleted_. If you do not specify a value, the default value of `0s` is used.
6767
<15> Optional: Specify the period to wait before deleting a node after a scale down failure occurred. If you do not specify a value, the default value of `3m` is used.
6868
<16> Optional: Specify a period of time before an unnecessary node is eligible for deletion. If you do not specify a value, the default value of `10m` is used.
69-
<17> Optional: Specify the _node utilization level_. Nodes below this utilization level are eligible for deletion. If you do not specify a value, the default value of `10m` is used.
69+
<17> Optional: Specify the _node utilization level_. Nodes below this utilization level are eligible for deletion.
7070
+
7171
The node utilization level is the sum of the requested resources divided by the allocated resources for the node, and must be a value greater than `"0"` but less than `"1"`. If you do not specify a value, the cluster autoscaler uses a default value of `"0.5"`, which corresponds to 50% utilization. You must express this value as a string.
7272
<18> Optional: Specify any expanders that you want the cluster autoscaler to use.

0 commit comments

Comments
 (0)