quarkusio / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
13.35k stars 2.56k forks source link

Quarkus Kubernetes Extension has no startup-probe for sidecars #41484

Open andreas-eberle opened 1 week ago

andreas-eberle commented 1 week ago

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

quarkus-bot[bot] commented 1 week ago

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

geoand commented 1 week ago

@iocanel I suppose this is an oversight?

iocanel commented 3 days ago

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