From 2d818bab8ec7990eba95a81176cdcb22b9f11b2d Mon Sep 17 00:00:00 2001 From: Dmytro Date: Fri, 14 Feb 2025 13:50:09 -0700 Subject: [PATCH] Add a note on the scaler modes --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a5db9f9..821a3b2 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,8 @@ You can deploy everything but `scaler.yaml`, which will essentially make it a dr You'll see in Grafana what it would want to do under current scaling strategy without it actually doing anything. For that, of course, you'd need to deploy a `ServiceMonitor` (see below). +Lastly, you may want to customize `scaler.yaml` to adjust how it applies changes to the STS. +For that - refer to [this section of the design document](./DESIGN.md#replica-set-default) for more information. ### Monitor Autoscaler with Prometheus