-
Notifications
You must be signed in to change notification settings - Fork 738
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
[WIP] add support for KEDA HTTPScaledObjects via HTTPScaledObjectReconciler #1714
base: main
Are you sure you want to change the base?
Conversation
3b40a1d
to
cf8c8ca
Compare
a3e0f56
to
ae00dd2
Compare
Hello @stefanprodan, I'm interested in creating a diagram for Flagger, and I'd like to know which tools and materials you use to design Flagger diagrams. Could you kindly share any resources or tips on the preferred tools, styles, or specific assets used? I want to ensure consistency with existing diagrams. Thank you very much for your help! |
18f4c33
to
4d35e6d
Compare
@aryan9600 |
fbc0de0
to
a10ce9d
Compare
- Fix spelling of AutoscalerReference (was AutoscalerRefernce) in type definition and struct field Signed-off-by: kahirokunn <okinakahiro@gmail.com>
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
This commit will be dropped when the review is complete. Signed-off-by: kahirokunn <okinakahiro@gmail.com>
…amespace Gateway API support Signed-off-by: kahirokunn <okinakahiro@gmail.com>
a10ce9d
to
87f2929
Compare
This PR adds support for KEDA
HTTPScaledObjects
to be used as an auto scaler for workloads. A newHTTPScaledObjectReconciler
namedHTTPScaledObjectReconciler
has been introduced which reconcilesHTTPScaledObjects
. Users can specify a reference to their existingHTTPScaledObject
using.spec.autoscalerRef
in theCanary
definition.It has been tested on my cluster.