xtf-cz / xtf

MIT License
12 stars 55 forks source link

StartupProbes support #520

Closed mchoma closed 1 year ago

mchoma commented 1 year ago

For some time there is third kind of probes in Kubernetes (since OCP 4.7) - StartupProbes. During the processing of EAP8 it was touched several times.

It would be nice if we have such support in XTF as well, same as we do have ReadinessProbe and LivenessProbe. If we find ourselves in situation we would need it.

[1] https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/