From b66257a7c1744246765ec4d77490c03e9eb49d60 Mon Sep 17 00:00:00 2001 From: roc Date: Fri, 26 Apr 2024 14:20:15 +0800 Subject: [PATCH] update at 2024-04-26 14:20:15 --- content/best-practices/autoscaling/keda/cron.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/content/best-practices/autoscaling/keda/cron.md b/content/best-practices/autoscaling/keda/cron.md index 93032ff..a866aa9 100644 --- a/content/best-practices/autoscaling/keda/cron.md +++ b/content/best-practices/autoscaling/keda/cron.md @@ -28,10 +28,7 @@ spec: behavior: # 控制扩缩容行为,使用比较保守的策略,快速扩容,缓慢缩容 scaleDown: # 缓慢缩容:至少冷却 10 分钟才能缩容 stabilizationWindowSeconds: 600 - policies: - - type: Percent - value: 100 - periodSeconds: 15 + selectPolicy: Min # scaleUp: # 快速扩容:每 15s 最多允许扩容 5 倍 policies: - type: Percent