Skip to content

Commit f69d5fc

Browse files
authored
Small Typo Fix
Small Typo Fix
1 parent 322b709 commit f69d5fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -764,7 +764,7 @@ HorizontalPodAutoscaler.
764764
首先,`AbleToScale` 表明 HPA 是否可以获取和更新扩缩信息,以及是否存在阻止扩缩的各种回退条件。
765765
其次,`ScalingActive` 表明 HPA 是否被启用(即目标的副本数量不为零) 以及是否能够完成扩缩计算。
766766
当这一状态为 `False` 时,通常表明获取度量指标存在问题。
767-
最后一个条件 `ScalingLimitted` 表明所需扩缩的值被 HorizontalPodAutoscaler
767+
最后一个条件 `ScalingLimited` 表明所需扩缩的值被 HorizontalPodAutoscaler
768768
所定义的最大或者最小值所限制(即已经达到最大或者最小扩缩值)。
769769
这通常表明你可能需要调整 HorizontalPodAutoscaler 所定义的最大或者最小副本数量的限制了。
770770
@@ -816,4 +816,4 @@ kubectl create -f https://k8s.io/examples/application/hpa/php-apache.yaml
816816

817817
```
818818
horizontalpodautoscaler.autoscaling/php-apache created
819-
```
819+
```

0 commit comments

Comments
 (0)