Closed
Description
The daemonset controller fetches all pods in the system twice for every daemon set and node update in nodeShouldRunDaemonPod. We may want to add a NodeNameIndex in the pod cache and index pods by node, then use the index in the controller.
@kubernetes/sig-apps-misc @kubernetes/sig-node-misc
Activity