Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 328 for topology (0.11 sec)

  1. pkg/kubelet/cm/cpumanager/policy_options_test.go

    			policyOption:  map[string]string{AlignBySocketOption: "true"},
    			topology:      topoDualSocketMultiNumaPerSocketHT,
    			topoMgrPolicy: topologymanager.PolicyBestEffort,
    			expectedErr:   false,
    		},
    		{
    			description:   "Align by socket enabled: with topology manager restricted policy",
    			policyOption:  map[string]string{AlignBySocketOption: "true"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 5.9K bytes
    - Viewed (0)
  2. pkg/scheduler/framework/plugins/volumebinding/volume_binding_test.go

    					withLabel("topology.kubernetes.io/region", "region-b").
    					withLabel("topology.kubernetes.io/zone", "zone-b").Node,
    				makeNode("zone-c-node-a").
    					withLabel("topology.kubernetes.io/region", "region-c").
    					withLabel("topology.kubernetes.io/zone", "zone-c").Node,
    				makeNode("zone-c-node-b").
    					withLabel("topology.kubernetes.io/region", "region-c").
    					withLabel("topology.kubernetes.io/zone", "zone-c").Node,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 03:30:06 UTC 2023
    - 32K bytes
    - Viewed (0)
  3. pkg/kubelet/cm/devicemanager/topology_hints.go

    	}
    
    	return deviceHints
    }
    
    func (m *ManagerImpl) deviceHasTopologyAlignment(resource string) bool {
    	// If any device has Topology NUMANodes available, we assume they care about alignment.
    	for _, device := range m.allDevices[resource] {
    		if device.Topology != nil && len(device.Topology.Nodes) > 0 {
    			return true
    		}
    	}
    	return false
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jan 27 02:10:25 UTC 2024
    - 9.9K bytes
    - Viewed (0)
  4. pkg/test/framework/components/cluster/kube/cluster.go

    // on a per-topology bassis.
    // TODO remove this when centralistiod test is isolated as it's own job
    func (c *Cluster) OverrideTopology(fn func(cluster.Topology) cluster.Topology) {
    	c.Topology = fn(c.Topology)
    }
    
    func (c *Cluster) String() string {
    	buf := &bytes.Buffer{}
    
    	_, _ = fmt.Fprint(buf, c.Topology.String())
    	_, _ = fmt.Fprintf(buf, "Filename:           %s\n", c.filename)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Aug 17 22:54:10 UTC 2022
    - 2.5K bytes
    - Viewed (0)
  5. pkg/scheduler/framework/plugins/podtopologyspread/plugin.go

    		// - Add. An unschedulable Pod may fail due to violating topology spread constraints,
    		// adding an assigned Pod may make it schedulable.
    		// - Update. Updating on an existing Pod's labels (e.g., removal) may make
    		// an unschedulable Pod schedulable.
    		// - Delete. An unschedulable Pod may fail due to violating an existing Pod's topology spread constraints,
    		// deleting an existing Pod may make it schedulable.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 16 14:13:06 UTC 2024
    - 12.7K bytes
    - Viewed (0)
  6. pkg/kubelet/cm/cpumanager/policy_static.go

    // applications running within exclusively-allocated containers must tolerate
    // potentially sharing their allocated CPUs for up to the CPU manager
    // reconcile period.
    type staticPolicy struct {
    	// cpu socket topology
    	topology *topology.CPUTopology
    	// set of CPUs that is not available for exclusive assignment
    	reservedCPUs cpuset.CPUSet
    	// Superset of reservedCPUs. It includes not just the reservedCPUs themselves,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 06 13:16:15 UTC 2023
    - 28.8K bytes
    - Viewed (0)
  7. prow/integ-suite-kind.sh

          MANUAL=true
          shift
        ;;
        --topology)
          case $2 in
            # TODO(landow) get rid of MULTICLUSTER_SINGLE_NETWORK after updating Prow job
            SINGLE_CLUSTER | MULTICLUSTER_SINGLE_NETWORK | MULTICLUSTER )
              TOPOLOGY=$2
              echo "Running with topology ${TOPOLOGY}"
              ;;
            *)
              echo "Error: Unsupported topology ${TOPOLOGY}" >&2
              exit 1
              ;;
          esac
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 18 05:42:41 UTC 2024
    - 5.1K bytes
    - Viewed (0)
  8. pkg/kubelet/cm/cpumanager/policy_options.go

    func ValidateStaticPolicyOptions(opts StaticPolicyOptions, topology *topology.CPUTopology, topologyManager topologymanager.Store) error {
    	if opts.AlignBySocket {
    		// Not compatible with topology manager single-numa-node policy option.
    		if topologyManager.GetPolicy().Name() == topologymanager.PolicySingleNumaNode {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Sep 27 13:02:15 UTC 2023
    - 5.1K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/tests/executor_tpuv1_outline_island/executor_tpuv1_outline_tpu_island.mlir

        %1:2 = tf_executor.island {
         "tf.TPUReplicateMetadata"() {_xla_compile_device_type = "TPU", _replication_info = "replicate", device = "device", num_replicas = 1, topology = "topology"} : () -> ()
          %3 = "tf.opA"(%arg0) : (tensor<i1>) -> tensor<i1>
          tf_executor.yield %3 : tensor<i1>
        }
        %2:2 = tf_executor.island(%1#1) {
          %4 = "tf.opB"() : () -> tensor<f32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jun 04 03:54:58 UTC 2022
    - 4.9K bytes
    - Viewed (0)
  10. pkg/scheduler/framework/plugins/podtopologyspread/scoring.go

    // the number of values that exist for a topology.
    // Since <size> is at least 1 (all nodes that passed the Filters are in the
    // same topology), and k8s supports 5k nodes, the result is in the interval
    // <1.09, 8.52>.
    //
    // Note: <size> could also be zero when no nodes have the required topologies,
    // however we don't care about topology weight in this case as we return a 0
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 03:30:06 UTC 2023
    - 10.1K bytes
    - Viewed (0)
Back to top