Files
kubernetes/pkg/kubelet/prober
Tim Hockin 64d4254217 Pods which have not "started" can not be "ready"
Before this commit, containers which have both a `startupProbe` and a
`readinessProbe` are marked as `ready=false` during stratup, but
containers which have only a `startupProbe` are marked `ready=true`.
This doesn't make sense.

This commit only considers readiness if the container is considered to
have "started", which leaves `ready=false` while starting up.
2020-06-16 21:34:51 -07:00
..
2019-07-03 10:35:13 +08:00
2020-05-16 07:54:33 -04:00
2020-03-16 14:30:57 +01:00
2020-05-11 11:44:38 -07:00
2020-03-16 14:30:57 +01:00
2020-03-16 14:30:57 +01:00
2020-05-16 07:54:27 -04:00