-
Notifications
You must be signed in to change notification settings - Fork 108
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
Adding configuration for time required to scale deployments in #562
Comments
KEDA Core has this as part of the ScaledObject for scaling to 0 as per For the rest, it's up to the HPA to define when to scale in if I'm not mistaken - Correct @JorTurFer / @zroubalik? |
The request from @Kaitou786 in #550 is for scaling to 0 so cooldownPeriod should work. |
Will raise a pr for this 🙌 |
@tomkerkhove PTAL ^ ? this should do the job I suppose. |
yeah, |
@JorTurFer Let's do on a feature-per-feature basis to avoid making it too complex and ensure it works properly with this add-on (ie scaling mechanics/scenarios, etc) |
after trying this feature out with v0.4.0 I created a
apparently the
did I miss something? |
Fixed in #587 |
I've just been hit by this too. When will the fix be released? I'm on chart version 0.4.1 and it doesn't seem to be passed through. |
the chart v0.4.1 still contains app version v0.4.0 so we will need an update on both http-add-on and the chart |
You can use a specific docker tag, we have reintroduced the docker tag generated from commit sha, so you can use ityo have those changes. We don't plan to release another version soon, we released |
I'm probably wrong, but I believe this was an error with the chart not the underlying app, so a docker tag won't help in this situation? |
Hi @BottlecapDave , |
just for protocol I figured out the first usable image tag after merging #587
you probably can use |
yeah, @holygrolli is right. |
Currently I believe there's not such configuration where we can tell how much time to wait for deployments to scale down to zero.
Can someone point me to where exactly we have setup timeout loops ?
Will raise a pr for this feature ^
Use-Case
Have different types of workloads which require different scale down timeouts.
Tell us more what you'd like to achieve
Specification
Tell us in detail how this feature should work
The text was updated successfully, but these errors were encountered: