Closed
Description
If I have startupProbe
probe and readinessProbe
then all good. Previous version of the pod is terminated after startup probe success, but if readinessProbe
wasn't specified the pod becomes ready immediately. It would be nice to add new state (for example starting) which would have pods until a startupProbe
is successful. Also, it would mean that container not ready for connection.
Thank you for attention!