• Kubernetes Submit Queue's avatar
    Merge pull request #39247 from wojtek-t/optimize_controller_manager_memory · 69ddd8eb
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue
    
    Avoid unnecessary memory allocations
    
    Low-hanging fruits in saving memory allocations. During our 5000-node kubemark runs I've see this:
    
    ControllerManager:
    - 40.17% k8s.io/kubernetes/pkg/util/system.IsMasterNode
    - 19.04% k8s.io/kubernetes/pkg/controller.(*PodControllerRefManager).Classify
    
    Scheduler:
    - 42.74% k8s.io/kubernetes/plugin/pkg/scheduler/algrorithm/predicates.(*MaxPDVolumeCountChecker).filterVolumes
    
    This PR is eliminating all of those.
    69ddd8eb
Name
Last commit
Last update
..
admission Loading commit data...
auth Loading commit data...
client/auth Loading commit data...
scheduler Loading commit data...
webhook Loading commit data...