-
Notifications
You must be signed in to change notification settings - Fork 742
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
Keda Support #1118
Comments
Looking into this 👍 |
@aryan9600 hey! any update on this? |
These two issues currently block KEDA support for Flagger: |
It appears kedacore/keda#2757 is not going to fly. What are your thoughts on allowing the triggers metadata block to be fully overwritten for canaries by using inputs from Flagger yaml instead? |
IMO, we'd be better off going with a find and replace approach. Having a field in the Canary spec just for this doesn't sit right with me and I can't think of which section of the spec it'd make sense to have it, semantically speaking. |
What are your thoughts on having Keda autoscale the |
That's not possible. An Argo |
Keda is a useful tool for doing event-driven autoscaling in Kubernetes. To do its job, you create ScaledObject manifests, and Keda then creates and manages the HPAs itself. It would be nice if Flagger supported ScaledObject cloning and management during deploys like it does now with HPA's.
The text was updated successfully, but these errors were encountered: