mercari / tortoise

Tortoise: Shell-Shockingly-Good Kubernetes Autoscaling
MIT License
316 stars 14 forks source link

HPA should not be created when switching scaling from Off to Auto in k8s kit #401

Closed randytqwjp closed 2 months ago

randytqwjp commented 2 months ago

https://mercari.slack.com/archives/C6HC4JBKM/p1714031910670539 Switching scaling from off to auto caused tortoise to create a new HPA which led to pods repeatedly being created and deleted.

randytqwjp commented 2 months ago

https://github.com/mercari/tortoise/pull/399 Fixed with this PR