mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-12-09 19:29:26 +00:00
DaemonSetsController adds a "nodeName" index to PodIndexer, which is redundant with the "spec.nodeName" index of NodeLifecycleController. However, DaemonSetsController hasn't been using this index since #86730. This patch removes the redundant and unused index to reduce memory and CPU spent on it. Signed-off-by: Quan Tian <qtian@vmware.com>
103 KiB
103 KiB