From 5d280cc8c8dea494f5349ecec45fbe20d2c2d095 Mon Sep 17 00:00:00 2001 From: callum-tait-pbx <52924845+callum-tait-pbx@users.noreply.github.com> Date: Fri, 23 Apr 2021 01:40:23 +0100 Subject: [PATCH] docs: adding scaling configuration detail (#469) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b6ea8ec7..30c9067f 100644 --- a/README.md +++ b/README.md @@ -306,8 +306,9 @@ The scale out performance is controlled via the manager containers startup `--sy 3. Relatively large amounts of API requests required to maintain this metric, you may run in API rate limiting issues depending on the size of your environment and how aggressive your sync period configuration is -Example `RunnerDeployment` backed by a `HorizontalRunnerAutoscaler` +Example `RunnerDeployment` backed by a `HorizontalRunnerAutoscaler`: +_Important!!! We no longer include the attribute `replicas` in our `RunnerDeployment` if we are configuring autoscaling!_ ```yaml apiVersion: actions.summerwind.dev/v1alpha1