kubernetes/pkg/util/pod
Clayton Coleman b252865479
kubelet: Avoid sending no-op patches
In an e2e run, out of 1857 pod status updates executed by the
Kubelet 453 (25%) were no-ops - they only contained the UID of
the pod and no status changes. If the patch is a no-op we can
avoid invoking the server and continue.
2020-02-26 23:06:38 -05:00
..
BUILD Add UID precondition to kubelet pod status patch updates 2019-12-16 14:27:32 -05:00
pod_test.go kubelet: Avoid sending no-op patches 2020-02-26 23:06:38 -05:00
pod.go kubelet: Avoid sending no-op patches 2020-02-26 23:06:38 -05:00