Skip to content

Commit 8ef60d6

Browse files
authored
Merge pull request #63106 from mletalie/OSDOCS-7284.1
[OSDOCS-7284.1]: Numbered list in documentation incorrectly formatted
2 parents 3772a37 + ffe5588 commit 8ef60d6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

modules/cluster-autoscaler-cr.adoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ spec:
5151
<7> Optional: Specify the type of GPU node to deploy. Only `nvidia.com/gpu` and `amd.com/gpu` are valid types.
5252
<8> Specify the minimum number of GPUs to deploy in the cluster.
5353
<9> Specify the maximum number of GPUs to deploy in the cluster.
54-
<10> Specify the logging verbosity level between `0` and `10`. The following log level thresholds are provided for guidance:
54+
<10> Specify the logging verbosity level between `0` and `10`. The following log level thresholds are provided for guidance:
5555
+
5656
--
57-
* `1`: (Default) Basic information about changes.
57+
* `1`: (Default) Basic information about changes.
5858
* `4`: Debug-level verbosity for troubleshooting typical issues.
5959
* `9`: Extensive, protocol-level debugging information.
6060
--
@@ -65,7 +65,8 @@ If you do not specify a value, the default value of `1` is used.
6565
<13> Optional: 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.
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.
68-
<16> Optional: Specify the period before an unnecessary node is eligible for deletion. If you do not specify a value, the default value of `10m` is used.<17> Optional: Specify the _node utilization level_ below which an unnecessary node is eligible for deletion. 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. This value must be expressed as a string.
68+
<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.. 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. This value must be expressed as a string.
6970
// Might be able to add a formula to show this visually, but need to look into asciidoc math formatting and what our tooling supports.
7071

7172
[NOTE]

0 commit comments

Comments
 (0)