Skip to content

Commit 399e9ad

Browse files
authored
Merge pull request #49725 from devanshpoplii/patch-1
Fix formula in HPA page
2 parents 7a31e6e + e13ef92 commit 399e9ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/run-application/horizontal-pod-autoscale.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ value:
134134

135135
```math
136136
\begin{equation*}
137-
desiredReplicas = \left( currentReplicas \times { currentMetricValue \over desiredMetricValue } \right)
137+
desiredReplicas = ceil\left\lceil currentReplicas \times \frac{currentMetricValue}{desiredMetricValue} \right\rceil
138138
\end{equation*}
139139
```
140140

0 commit comments

Comments
 (0)