Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isAffinitySatisfyRequest (0.26 sec)

  1. pkg/kubelet/cm/memorymanager/policy_static.go

    	}
    
    	// topology manager returns the hint that does not satisfy completely the container request
    	// we should extend this hint to the one who will satisfy the request and include the current hint
    	if !isAffinitySatisfyRequest(machineState, bestHint.NUMANodeAffinity, requestedResources) {
    		extendedHint, err := p.extendTopologyManagerHint(machineState, pod, requestedResources, bestHint.NUMANodeAffinity)
    		if err != nil {
    			return err
    		}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Nov 12 07:34:55 UTC 2023
    - 34K bytes
    - Viewed (0)
Back to top