Skip to content

Wait for startup in KAS observability probes

Hordur Freyr Yngvason requested to merge kas-wait-for-startup-in-probes into master

I was updating #18 (closed) and realized we haven't updated the KAS chart to use the probes. I then realized that this was probably for the best, because these probes currently come live before even the external API server, and if we changed the chart then KAS pods would become available too soon.

The idea here is to add an additional condition to the liveness and readiness probes that all stages have actually started.

Merge request reports