mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-16 06:25:09 +00:00
kubelet sends up status updates to flip the ready condition of a pod after the pod is already in the running state. RunRC should wait until the pod condition is ready to make sure there is no pending status update which may affect the follow-up performance test.