Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 95 for balancing (0.33 sec)

  1. CHANGELOG/CHANGELOG-1.25.md

    - Fixing issue with Winkernel Proxier - No ingress load balancer rules with endpoints to support load balancing when all the endpoints are terminating. ([#114452](https://github.com/kubernetes/kubernetes/pull/114452), [@princepereira](https://github.com/princepereira)) [SIG Network]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 06 09:23:20 UTC 2024
    - 419.1K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/core/v1/types.go

    	PodInitialized PodConditionType = "Initialized"
    	// PodReady means the pod is able to service requests and should be added to the
    	// load balancing pools of all matching services.
    	PodReady PodConditionType = "Ready"
    	// PodScheduled represents status of the scheduling process for this pod.
    	PodScheduled PodConditionType = "PodScheduled"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/crds/standard-install.yaml

                                        value of the param if the data plane supports
                                        it, as this behavior is expected in other load
                                        balancing contexts outside of the Gateway API.
                                        \n Users SHOULD NOT route traffic based on repeated
                                        query params to guard themselves against potential
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 458.3K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/generated.proto

      // type determines how the Service is exposed. Defaults to ClusterIP. Valid
      // options are ExternalName, ClusterIP, NodePort, and LoadBalancer.
      // "ClusterIP" allocates a cluster-internal IP address for load-balancing
      // to endpoints. Endpoints are determined by the selector or if that is not
      // specified, by manual construction of an Endpoints object or
      // EndpointSlice objects. If clusterIP is "None", no virtual IP is
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.9.md

        *   The OpenStack cloud provider now supports Cinder v3 API. ([#52910](https://github.com/kubernetes/kubernetes/pull/52910),[ @FengyunPan](https://github.com/FengyunPan))
    *   Load balancing is now more flexible:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 16 10:46:27 UTC 2021
    - 313.7K bytes
    - Viewed (0)
  6. prow/config/calico.yaml

                      load balancer is required for the host to be able to reach Kubernetes
                      services and it improves the performance of pod-to-service connections.When
                      set to TCP, connect time load balancing is available only for services
                      with TCP ports. [Default: TCP]'
                    enum:
                    - TCP
                    - Enabled
                    - Disabled
                    type: string
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  7. src/runtime/tracemap.go

    //   - When the first child is added to a node, the existing value is not moved into a child.
    //     This means that you must check the key at each level, not just at the leaf.
    //   - No deletion or rebalancing.
    //   - Intentionally devolves into a linked list on hash collisions (the hash bits will all
    //     get shifted out during iteration, and new nodes will just be appended to the 0th child).
    type traceMapNode struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 15 17:03:35 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  8. cmd/erasure-server-pool-rebalance.go

    			stopFn(0, err)
    			rebalanceLogIf(GlobalContext, err)
    
    			if quit {
    				return
    			}
    
    			timer.Reset(randSleepFor())
    		}
    	}()
    
    	rebalanceLogEvent(ctx, "Pool %d rebalancing is started", poolIdx+1)
    
    	for {
    		select {
    		case <-ctx.Done():
    			doneCh <- ctx.Err()
    			return
    		default:
    		}
    
    		bucket, ok := z.nextRebalBucket(poolIdx)
    		if !ok {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 03 15:45:54 UTC 2024
    - 27.3K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.28.md

    - Kube-proxy service health returns http header `X-Load-Balancing-Endpoint-Weight` with number of local endpoints. The same information is still available in response body JSON `payload.LocalEndpoints`. ([#118999](https://github.com/kubernetes/kubernetes/pull/118999), [@cezarygerard](https://github.com/cezarygerard))...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:47:59 UTC 2024
    - 408.3K bytes
    - Viewed (1)
  10. CHANGELOG/CHANGELOG-1.27.md

    - Fixed issue with `Winkernel Proxier` - No ingress load balancer rules with endpoints to support load balancing when all the endpoints are terminating. ([#113776](https://github.com/kubernetes/kubernetes/pull/113776), [@princepereira](https://github.com/princepereira))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:01:06 UTC 2024
    - 455.3K bytes
    - Viewed (0)
Back to top