Files
kubernetes/pkg/kubelet/kuberuntime
Kubernetes Submit Queue c65f65cf6a Merge pull request #65065 from sjenning/reduce-backoff-logging
Automatic merge from submit-queue (batch tested with PRs 66177, 66185, 67136, 67157, 65065). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

kubelet: reduce logging for backoff situations

xref https://bugzilla.redhat.com/show_bug.cgi?id=1555057#c6

Pods that are in `ImagePullBackOff` or `CrashLoopBackOff` currently generate a lot of logging at the `glog.Info()` level.  This PR moves some of that logging to `V(3)` and avoids logging in situations where the `SyncPod` only fails because pod are in a BackOff error condition.

@derekwaynecarr @liggitt
2018-08-15 02:09:20 -07:00
..
2018-06-22 16:22:57 -07:00
2016-11-23 15:53:09 -08:00
2018-07-06 15:42:26 -07:00
2018-02-11 11:04:14 +08:00
2018-01-30 15:25:59 +08:00
2018-07-06 15:42:26 -07:00