Skip to content

Commit 820fa73

Browse files
committed
Fix typo
1 parent ceb5189 commit 820fa73

File tree

1 file changed

+1
-1
lines changed
  • docs/user-guide/horizontal-pod-autoscaling

1 file changed

+1
-1
lines changed

docs/user-guide/horizontal-pod-autoscaling/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ all running pods. Example:
120120
alpha/target.custom-metrics.podautoscaler.kubernetes.io: '{"items":[{"name":"qps", "value": "10"}]}'
121121
```
122122

123-
In this case, if there are four pods running and each pods reports a QPS metric of 15 or higher, horizontal pod autoscaling will start two additional pods (for a total of six pods running).
123+
In this case, if there are four pods running and each pod reports a QPS metric of 15 or higher, horizontal pod autoscaling will start two additional pods (for a total of six pods running).
124124

125125
If you specify multiple metrics in your annotation or if you set a target CPU utilization, horizontal pod autoscaling will scale to according to the metric that requires the highest number of replicas.
126126

0 commit comments

Comments
 (0)