Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for topologyScopeName (0.12 sec)

  1. pkg/kubelet/cm/topologymanager/topology_manager.go

    	opts, err := NewPolicyOptions(topologyPolicyOptions)
    	if err != nil {
    		return nil, err
    	}
    
    	klog.InfoS("Creating topology manager with policy per scope", "topologyPolicyName", topologyPolicyName, "topologyScopeName", topologyScopeName, "topologyPolicyOptions", opts)
    
    	numaInfo, err := NewNUMAInfo(topology, opts)
    	if err != nil {
    		return nil, fmt.Errorf("cannot discover NUMA topology: %w", err)
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jul 15 12:43:16 UTC 2023
    - 7.6K bytes
    - Viewed (0)
Back to top