Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 343 for topology_1 (0.14 sec)

  1. pkg/apis/storage/types.go

    	// When a driver is initialized on a cluster, it provides a set of topology
    	// keys that it understands (e.g. "company.com/zone", "company.com/region").
    	// When a driver is initialized on a node, it provides the same topology keys
    	// along with values. Kubelet will expose these topology keys as labels
    	// on its own node object.
    	// When Kubernetes does topology aware provisioning, it can use this list to
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Dec 13 20:24:57 UTC 2023
    - 29.4K bytes
    - Viewed (0)
  2. releasenotes/notes/helm_chart_gateway_topologyspreadconstraints.yaml

    issue: []
    
    docs: []
    
    releaseNotes:
    - |
      **Added** values to the Istio Gateway Helm chart for configuring [topologySpreadConstraints](https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/) on the Deployment. Can be used for better placement of Istio gateway workloads.
    
    upgradeNotes: []
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 10 20:53:09 UTC 2022
    - 457 bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/storage/v1beta1/types.go

    	// When a driver is initialized on a cluster, it provides a set of topology
    	// keys that it understands (e.g. "company.com/zone", "company.com/region").
    	// When a driver is initialized on a node, it provides the same topology keys
    	// along with values. Kubelet will expose these topology keys as labels
    	// on its own node object.
    	// When Kubernetes does topology aware provisioning, it can use this list to
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:32 UTC 2023
    - 33.1K bytes
    - Viewed (0)
  4. releasenotes/notes/helm_chart_pilot_topologyspreadconstraints.yaml

    issue:
    - 42938
    
    docs: []
    
    releaseNotes:
    - |
      **Added** values to the Istiod Helm chart for configuring [topologySpreadConstraints](https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/) on the Deployment. Can be used for better placement of istiod workloads.
    
    upgradeNotes: []
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Jun 11 06:41:50 UTC 2023
    - 448 bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/transforms/host_runtime/testdata/basic_cluster.mlir

      func.func @main() {
        "tf_device.cluster_func"() {_xla_compile_device_type = "TPU", _replication_info = "cluster0", func = @empty_func, num_cores_per_replica = 1, step_marker_location = "", topology = "", device_assignment = [], input_sharding_configuration = [], output_sharding_configuration = [], use_spmd_for_xla_partitioning = false} : () -> ()
        func.return
      }
      func.func @empty_func() {
        func.return
      }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Oct 17 16:43:16 UTC 2023
    - 639 bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/HEAD/discovery.k8s.io.v1beta1.EndpointSlice.yaml

      targetRef:
        apiVersion: apiVersionValue
        fieldPath: fieldPathValue
        kind: kindValue
        name: nameValue
        namespace: namespaceValue
        resourceVersion: resourceVersionValue
        uid: uidValue
      topology:
        topologyKey: topologyValue
    kind: EndpointSlice
    metadata:
      annotations:
        annotationsKey: annotationsValue
      creationTimestamp: "2008-01-01T01:01:01Z"
      deletionGracePeriodSeconds: 10
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 06 21:25:20 UTC 2022
    - 1.4K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/v1.29.0/discovery.k8s.io.v1beta1.EndpointSlice.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 2K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/v1.29.0/discovery.k8s.io.v1beta1.EndpointSlice.yaml

      targetRef:
        apiVersion: apiVersionValue
        fieldPath: fieldPathValue
        kind: kindValue
        name: nameValue
        namespace: namespaceValue
        resourceVersion: resourceVersionValue
        uid: uidValue
      topology:
        topologyKey: topologyValue
    kind: EndpointSlice
    metadata:
      annotations:
        annotationsKey: annotationsValue
      creationTimestamp: "2008-01-01T01:01:01Z"
      deletionGracePeriodSeconds: 10
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  9. pkg/kubelet/cm/cpumanager/cpu_assignment_test.go

    */
    
    package cpumanager
    
    import (
    	"reflect"
    	"sort"
    	"testing"
    
    	"k8s.io/kubernetes/pkg/kubelet/cm/cpumanager/topology"
    	"k8s.io/utils/cpuset"
    )
    
    func TestCPUAccumulatorFreeSockets(t *testing.T) {
    	testCases := []struct {
    		description   string
    		topo          *topology.CPUTopology
    		availableCPUs cpuset.CPUSet
    		expect        []int
    	}{
    		{
    			"single socket HT, 1 socket free",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 09 17:31:37 UTC 2023
    - 22.7K bytes
    - Viewed (0)
  10. pkg/test/framework/suite.go

    	//
    	// Deprecated: All new tests should work for any control plane topology.
    	RequireMultiPrimary() Suite
    	// SkipExternalControlPlaneTopology skips the tests in external plane and config cluster topology
    	SkipExternalControlPlaneTopology() Suite
    	// RequireExternalControlPlaneTopology requires the environment to be external control plane topology
    	RequireExternalControlPlaneTopology() Suite
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 17.2K bytes
    - Viewed (0)
Back to top