From 2d816915780cf9c420e8a4ea395b8eb5ad22d980 Mon Sep 17 00:00:00 2001 From: roc Date: Wed, 24 Apr 2024 11:22:50 +0800 Subject: [PATCH] update at 2024-04-24 11:22:50 --- content/best-practices/autoscaling/hpa-velocity.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/best-practices/autoscaling/hpa-velocity.md b/content/best-practices/autoscaling/hpa-velocity.md index d60e9b8..697a29e 100644 --- a/content/best-practices/autoscaling/hpa-velocity.md +++ b/content/best-practices/autoscaling/hpa-velocity.md @@ -67,7 +67,7 @@ spec: value: 100 # 允许全部缩掉 periodSeconds: 15 scaleUp: - stabilizationWindowSeconds: 0 # 需要扩容时,立即扩容(默认就是 0) + stabilizationWindowSeconds: 0 # 需要扩容时,立即扩容 policies: - type: Percent value: 100