We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99e78ac commit e13ef92Copy full SHA for e13ef92
content/en/docs/tasks/run-application/horizontal-pod-autoscale.md
@@ -134,7 +134,7 @@ value:
134
135
```math
136
\begin{equation*}
137
-desiredReplicas = \left( currentReplicas \times { currentMetricValue \over desiredMetricValue } \right)
+desiredReplicas = ceil\left\lceil currentReplicas \times \frac{currentMetricValue}{desiredMetricValue} \right\rceil
138
\end{equation*}
139
```
140
0 commit comments