-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
The operator has liveness and readiness probes configured. However, the timeout on that probe is a bit misleading, because that's the timeout of the invocation of the command, rather than a timeout that's used by the command itself.
The command is defined here, and the timeout can be configured by flags but there is not currently a flag on the operator for that.
It'd be nice to make the timeouts agree with each other for clarity's sake, and it might be nice to make the probe configurable (though understanding that 1s is a long time for a gRPC connection to be established).
Metadata
Metadata
Assignees
Labels
No labels