Skip to content

Commit d6fad21

Browse files
authored
Merge pull request #30075 from nuno-faria/patch-1
Remove extra parenthesis
2 parents b2a401f + d7ccf55 commit d6fad21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ Now that the server is running, we will create the autoscaler using
8282
The following command will create a Horizontal Pod Autoscaler that maintains between 1 and 10 replicas of the Pods
8383
controlled by the php-apache deployment we created in the first step of these instructions.
8484
Roughly speaking, HPA will increase and decrease the number of replicas
85-
(via the deployment) to maintain an average CPU utilization across all Pods of 50%
86-
(since each pod requests 200 milli-cores by `kubectl run`), this means average CPU usage of 100 milli-cores).
85+
(via the deployment) to maintain an average CPU utilization across all Pods of 50%.
86+
Since each pod requests 200 milli-cores by `kubectl run`, this means an average CPU usage of 100 milli-cores.
8787
See [here](/docs/tasks/run-application/horizontal-pod-autoscale/#algorithm-details) for more details on the algorithm.
8888

8989
```shell

0 commit comments

Comments
 (0)