-
Notifications
You must be signed in to change notification settings - Fork 321
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[EKS] [request]: Enable HPAScaleToZero feature gate for EKS 1.16+/1.17+ #978
Comments
Question: is enabling this feature dependent on kubernetes/enhancements/pull/2022 leaving "alpha"? |
There's a broader issue which would cover this as well: #512 |
could #512 (comment) be a workaround? |
Almost 1 year anniversary of this request. What can we do to move it forward? |
we need this to save cost and specially in DR |
Hello, I ended up implementing a little tool https://github.com/machine424/kube-hpa-scale-to-zero that simulates this for Kube clusters that cannot enable the feature gate, awaiting for the feature gate to go GA. |
Coming up on 2 years since I last asked about this. Any chance it will be implemented or at least acknowledged? |
We switched to KEDA operator and scaledObjects, it is way more flexible.
…On Tue, 30 May 2023, 20:49 Noah Zucker, ***@***.***> wrote:
Coming up on 2 years since I last asked about this. Any chance it will be
implemented or at least acknowledged?
—
Reply to this email directly, view it on GitHub
<#978 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AALJMPGVLLNSX5PZRTXPVWDXIY6K5ANCNFSM4OWSRAKQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Ya, would probably recommend just using Keda, much more flexible, fully in your control and not too difficult to use. |
Community Note
Tell us about your request
Kubernetes 1.16 added a feature flag
HPAScaleToZero
to allow HPA scaling to/from zero.https://kubernetes.io/docs/reference/command-line-tools-reference/feature-gates/
Which service(s) is this request for?
EKS
Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?
We have pods for RabbitMQ consumers that are idling for a long time when the queue is empty. We want them to spawn only when the queue has some messages.
Are you currently working around this issue?
No.
The text was updated successfully, but these errors were encountered: