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.
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
andLivenessProbe
. If we find ourselves in situation we would need it.[1] https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/