You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
camilamacedo86
changed the title
liveness/readiness probe for operators scaffolded by default
liveness/readiness probe scaffolded by default
Oct 30, 2020
// HealthProbeBindAddress is the TCP address that the controller should bind to
// for serving health probes
HealthProbeBindAddress string
// Readiness probe endpoint name, defaults to "readyz"
ReadinessEndpointName string
// Liveness probe endpoint name, defaults to "healthz"
LivenessEndpointName string
What do you want to happen?
I would like to see liveness/readiness probe for operators scaffolded by default
Is there currently another issue associated with this?
operator-framework/operator-sdk#4102
PS.: also, it cames as requested in a survey
/kind feature
The text was updated successfully, but these errors were encountered: