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 322b709 commit f69d5fcCopy full SHA for f69d5fc
content/zh-cn/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough.md
@@ -764,7 +764,7 @@ HorizontalPodAutoscaler.
764
首先,`AbleToScale` 表明 HPA 是否可以获取和更新扩缩信息,以及是否存在阻止扩缩的各种回退条件。
765
其次,`ScalingActive` 表明 HPA 是否被启用(即目标的副本数量不为零) 以及是否能够完成扩缩计算。
766
当这一状态为 `False` 时,通常表明获取度量指标存在问题。
767
-最后一个条件 `ScalingLimitted` 表明所需扩缩的值被 HorizontalPodAutoscaler
+最后一个条件 `ScalingLimited` 表明所需扩缩的值被 HorizontalPodAutoscaler
768
所定义的最大或者最小值所限制(即已经达到最大或者最小扩缩值)。
769
这通常表明你可能需要调整 HorizontalPodAutoscaler 所定义的最大或者最小副本数量的限制了。
770
@@ -816,4 +816,4 @@ kubectl create -f https://k8s.io/examples/application/hpa/php-apache.yaml
816
817
```
818
horizontalpodautoscaler.autoscaling/php-apache created
819
-```
+```
0 commit comments