Skip to content

Commit dfe4b47

Browse files
committed
fixHorizontalPodlink
1 parent 51aa022 commit dfe4b47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@ and [the walkthrough for using external metrics](/docs/tasks/run-application/hor
669669
## Support for configurable scaling behavior
670670

671671
Starting from
672-
[v1.18](https://github.com/kubernetes/enhancements/blob/master/keps/sig-autoscaling/20190307-configurable-scale-velocity-for-hpa.md)
672+
[v1.18](https://github.com/kubernetes/enhancements/blob/master/keps/sig-autoscaling/853-configurable-hpa-scale-velocity/README.md)
673673
the `v2beta2` API allows scaling behavior to be configured through the HPA
674674
`behavior` field. Behaviors are specified separately for scaling up and down in
675675
`scaleUp` or `scaleDown` section under the `behavior` field. A stabilization
@@ -679,7 +679,7 @@ policies controls the rate of change of replicas while scaling.
679679
-->
680680
## 支持可配置的扩缩 {#support-for-configurable-scaling-behaviour}
681681

682-
从 [v1.18](https://github.com/kubernetes/enhancements/blob/master/keps/sig-autoscaling/20190307-configurable-scale-velocity-for-hpa.md)
682+
从 [v1.18](https://github.com/kubernetes/enhancements/blob/master/keps/sig-autoscaling/853-configurable-hpa-scale-velocity/README.md)
683683
开始,`v2beta2` API 允许通过 HPA 的 `behavior` 字段配置扩缩行为。
684684
在 `behavior` 字段中的 `scaleUp` 和 `scaleDown` 分别指定扩容和缩容行为。
685685
可以两个方向指定一个稳定窗口,以防止扩缩目标中副本数量的波动。

0 commit comments

Comments
 (0)