Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for allocatableResources (0.32 sec)

  1. pkg/scheduler/framework/plugins/noderesources/resource_allocation.go

    		loggerV.Info("Listed internal info for allocatable resources, requested resources and score", "pod",
    			klog.KObj(pod), "node", klog.KObj(node), "resourceAllocationScorer", r.Name,
    			"allocatableResource", allocatable, "requestedResource", requested, "resourceScore", score,
    		)
    	}
    
    	return score, nil
    }
    
    // calculateResourceAllocatableRequest returns 2 parameters:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 20 14:53:43 UTC 2023
    - 5.3K bytes
    - Viewed (0)
  2. pkg/kubelet/cm/container_manager.go

    	// UpdatePluginResources calls Allocate of device plugin handler for potential
    	// requests for device plugin resources, and returns an error if fails.
    	// Otherwise, it updates allocatableResource in nodeInfo if necessary,
    	// to make sure it is at least equal to the pod's requested capacity for
    	// any registered device plugin resource
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 21:22:13 UTC 2024
    - 9K bytes
    - Viewed (0)
Back to top