Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for topology (0.32 sec)

  1. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "description": "MinDomains indicates a minimum number of eligible domains. When the number of eligible domains with matching topology keys is less than minDomains, Pod Topology Spread treats \"global minimum\" as 0, and then the calculation of Skew is performed. And when the number of eligible domains with matching topology keys equals or greater than minDomains, this value has no effect on scheduling. As a result, when the number of eligible domains is less than minDomains,...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.19.md

    In Kubernetes 1.19 this feature will be enabled by default with kube-proxy reading from EndpointSlices instead of Endpoints. Although this will mostly be an invisible change, it should result in noticeable scalability improvements in large clusters. It will also enable significant new features in future Kubernetes releases like Topology Aware Routing.
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  3. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                    - name: ISTIO_META_CLUSTER_ID
                      value: "{{ valueOrDefault .Values.global.multiCluster.clusterName `Kubernetes` }}"
                    {{- $network := valueOrDefault (index .InfrastructureLabels `topology.istio.io/network`) .Values.global.network }}
                    {{- if $network }}
                    - name: ISTIO_META_NETWORK
                      value: "{{ $network }}"
                    {{- end }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  4. pkg/apis/core/validation/validation_test.go

    	for _, term := range terms {
    		matchExpressions := []core.NodeSelectorRequirement{}
    		for _, topology := range term {
    			matchExpressions = append(matchExpressions, core.NodeSelectorRequirement{
    				Key:      topology.key,
    				Operator: core.NodeSelectorOpIn,
    				Values:   []string{topology.value},
    			})
    		}
    		nodeSelectorTerms = append(nodeSelectorTerms, core.NodeSelectorTerm{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

        DefaultValuedOptionalAttr<I64Attr, "0">:$tpu_cancellation_closes_chips
      );
    
      let results = (outs
        Res<TF_StrTensor, [{A serialized tensorflow.tpu.TopologyProto that describes the TPU
    topology.}]>:$topology
      );
    }
    
    def TF_ConfigureTPUEmbeddingOp : TF_Op<"ConfigureTPUEmbedding", []> {
      let summary = "Sets up TPUEmbedding in a distributed TPU system.";
    
      let arguments = (ins
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top