From 40de571584a09fdead6efb001cbe7e09545378ea Mon Sep 17 00:00:00 2001 From: "Kostis (Codefresh)" <39800303+kostis-codefresh@users.noreply.github.com> Date: Wed, 4 Dec 2024 16:27:07 +0000 Subject: [PATCH] docs: document dynamicStableScale Signed-off-by: Kostis (Codefresh) <39800303+kostis-codefresh@users.noreply.github.com> --- docs/features/specification.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/features/specification.md b/docs/features/specification.md index c4e7b3c1d0..c99ff3d627 100644 --- a/docs/features/specification.md +++ b/docs/features/specification.md @@ -447,6 +447,11 @@ spec: # 0 means canary pods are not scaled down. Default is 30 seconds. abortScaleDownDelaySeconds: 30 + # Automatically reduce the number of stable pods as the number of canary pods increases + # Only available when traffic routing is used. Default value is false meaning that as more canary pods + # are created the number of stable pods stays the same. + dynamicStableScale: false + status: pauseConditions: - reason: StepPause