quarkus icon indicating copy to clipboard operation
quarkus copied to clipboard

Quarkus Kubernetes Extension has no startup-probe for sidecars

Open andreas-eberle opened this issue 1 year ago • 2 comments

Description

While there is support for readiness and liveness probes for sidecars, it seems the startup probe one is missing from the documentation and it also doesn't work (3.12.0.CR1). It would be great if we could also specify the startup probe for the sidecars.

Implementation ideas

No response

andreas-eberle avatar Jun 26 '24 16:06 andreas-eberle

/cc @geoand (kubernetes), @iocanel (kubernetes)

quarkus-bot[bot] avatar Jun 26 '24 16:06 quarkus-bot[bot]

@iocanel I suppose this is an oversight?

geoand avatar Jun 27 '24 07:06 geoand

Initially we only supported liveness and readiness probes. When the startup probes where added they were only added to the main container.

iocanel avatar Jul 01 '24 19:07 iocanel