-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Define KEDA readiness and liveness probes #788
Comments
Duplicate of #237? |
@tomkerkhove no, these are probes for the KEDA Operator deployment, to expose KEDA state to the cluster. #237 is talking about probes on the target deployment and scaling based on the probes there. |
Oh I've missed that, fully agree on this one then! |
Fixed in #792 |
Can we get some docs on this on https://keda.sh/docs/2.0/operate/? |
I am not sure this is something worth documenting. Those probes exposes state of the Operator and Metrics Server Deployment toward kubernetes, eg. kubernetes scheduler knows when the Deployment is not available and should try to spin another pod. |
Let's close since it's part of our YAML & chart? |
@zroubalik @tomkerkhove Where can I see the Yamls and Chart? I want to see examples of liveness/readiness configuration. |
Chart can be found here: https://github.com/kedacore/charts/tree/master/keda |
@tomkerkhove I don't see there an example for scaledobject.yaml. This is what I have from version 1.5.0. Should it tweaked to be compatible with v2.0.0?
|
The probes are for KEDA runtime, ScaledObject scales your workload, so you are in control of those probes. |
Or maybe I'm not fully getting your question. |
You can refer Migration Guide https://keda.sh/docs/2.0/migration/ |
Exactly what I needed :) Thanks! |
KEDA should report it state/availability to the kubernetes cluster.
The text was updated successfully, but these errors were encountered: