Index pods by node name for the daemon set controller #38868
Labels
area/workload-api/daemonset
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
sig/apps
Categorizes an issue or PR as relevant to SIG Apps.
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
The text was updated successfully, but these errors were encountered: