alloy icon indicating copy to clipboard operation
alloy copied to clipboard

feat: add `autoscaling.external`

Open KimMJ opened this issue 2 months ago • 1 comments

PR Description

Currently there is no option to disable replicas in Statefulset and Deployment controller type, when I use KEDA to autoscale alloy based on number of metrics that alloy cluster pulls. I tried replicas: null but it also reset replica to 1 when upgrade helm. This could make some downtime (less than 30s).

This PR is to add autoscaling.external variable to remove replicas when external autoscaler is used.

Which issue(s) this PR fixes

No issue exists.

Notes to the Reviewer

PR Checklist

  • [x] CHANGELOG.md updated
  • [x] Documentation added
  • [ ] Tests updated
  • [ ] Config converters updated

KimMJ avatar Sep 10 '25 08:09 KimMJ