Files
kubernetes/pkg/kubelet
Kubernetes Submit Queue 17244ea5d9 Merge pull request #47124 from andyxning/remove_sync_loop_health_check
Automatic merge from submit-queue (batch tested with PRs 47000, 47188, 47094, 47323, 47124)

fix sync loop health check

This PR will do error logging about the fall behind sync for kubelet instead of sync loop healthz checking.

The reason is kubelet can not do sync loop and therefore can not update sync loop time when there is any runtime error, such as docker hung. 

When there is any runtime error, according to current implementation, kubelet will not do sync operation and thus kubelet's sync loop time will not be updated. This will make when there is any runtime error, kubelet will also return non 200 response status code when accessing healthz endpoint. This is contrary with #37865 which prevents kubelet from being killed when docker hangs.

**Release note**:
```release-note
fix sync loop health check with seperating runtime errors
```

/cc @yujuhong @Random-Liu @dchen1107
2017-06-12 18:19:51 -07:00
..
2017-06-09 10:16:40 +08:00
2017-04-14 10:40:57 -07:00
2017-06-09 10:16:40 +08:00
2017-06-01 16:44:07 +08:00
2017-06-09 10:16:40 +08:00
2017-04-14 10:40:57 -07:00
2017-05-17 18:31:56 +08:00
2017-05-20 07:17:57 -04:00
2017-05-20 07:17:57 -04:00
2017-06-09 10:16:40 +08:00
2017-06-09 10:16:40 +08:00
2017-06-09 10:16:40 +08:00
2017-06-10 11:25:59 +08:00
2017-05-03 16:32:01 -07:00
2017-02-27 10:59:24 -08:00