Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 95 for balancing (0.15 sec)

  1. pkg/test/framework/components/echo/calloptions.go

    	// Override connection parameters for workload type.
    	if o.To != nil {
    		toCfg := o.To.Config()
    		if toCfg.IsHeadless() || toCfg.IsStatefulSet() {
    			// Headless uses DNS for load balancing. Force DNS lookup each time so
    			// that we get proper load balancing behavior.
    			o.NewConnectionPerRequest = true
    			o.ForceDNSLookup = true
    		}
    	}
    
    	// ForceDNSLookup only applies when using new connections per request.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Oct 08 09:39:20 UTC 2023
    - 13K bytes
    - Viewed (0)
  2. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                              for the upstream service that can be ejected.
                            format: int32
                            type: integer
                          minHealthPercent:
                            description: Outlier detection will be enabled as long as
                              the associated load balancing pool has at least min_health_percent
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  3. manifests/charts/base/crds/crd-all.gen.yaml

                              for the upstream service that can be ejected.
                            format: int32
                            type: integer
                          minHealthPercent:
                            description: Outlier detection will be enabled as long as
                              the associated load balancing pool has at least min_health_percent
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  4. docs/orchestration/docker-compose/README.md

    ### Notes
    
    * By default the Docker Compose file uses the Docker image for latest MinIO server release. You can change the image tag to pull a specific [MinIO Docker image](https://hub.docker.com/r/minio/minio/).
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Mar 31 19:20:56 UTC 2023
    - 3K bytes
    - Viewed (0)
  5. docs/security/tls_configuration_history.md

    [chromium_change]: https://developers.google.com/web/updates/2016/12/chrome-56-deprecations#remove_cbc-mode_ecdsa_ciphers_in_tls
    [googlecloud_ssl_policy]: https://cloud.google.com/load-balancing/docs/ssl-policies-concepts
    [http2_denylist]: https://tools.ietf.org/html/rfc7540#appendix-A
    [http2_naughty]: #http2_naughty
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sun Feb 06 16:35:36 UTC 2022
    - 9K bytes
    - Viewed (0)
  6. cluster/addons/dns/nodelocaldns/nodelocaldns.yaml

            configMap:
              name: node-local-dns
              items:
                - key: Corefile
                  path: Corefile.base
    ---
    # A headless service is a service with a service IP but instead of load-balancing it will return the IPs of our associated Pods.
    # We use this to expose metrics to Prometheus.
    apiVersion: v1
    kind: Service
    metadata:
      annotations:
        prometheus.io/port: "9253"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 03 03:19:02 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  7. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                              for the upstream service that can be ejected.
                            format: int32
                            type: integer
                          minHealthPercent:
                            description: Outlier detection will be enabled as long as
                              the associated load balancing pool has at least min_health_percent
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  8. pkg/proxy/healthcheck/healthcheck_test.go

    		}
    		if !cmp.Equal(resp.Header()["X-Load-Balancing-Endpoint-Weight"], []string{strconv.Itoa(endpoints)}) {
    			t.Errorf("expected 'X-Load-Balancing-Endpoint-Weight: %d' respose header, got: %v", endpoints, resp.Header()["X-Load-Balancing-Endpoint-Weight"])
    		}
    	}
    }
    
    type nodeTweak func(n *v1.Node)
    
    func makeNode(tweaks ...nodeTweak) *v1.Node {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 26 13:27:41 UTC 2024
    - 21.4K bytes
    - Viewed (0)
  9. docs/de/docs/project-generation.md

    * **PGAdmin** für die PostgreSQL-Datenbank, können Sie problemlos ändern, sodass PHPMyAdmin und MySQL verwendet wird.
    * **Flower** für die Überwachung von Celery-Jobs.
    * Load Balancing zwischen Frontend und Backend mit **Traefik**, sodass Sie beide unter derselben Domain haben können, getrennt durch den Pfad, aber von unterschiedlichen Containern ausgeliefert.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 30 18:14:36 UTC 2024
    - 6.5K bytes
    - Viewed (0)
  10. pkg/dns/server/name_table.go

    						// don't go through the network gateway. While we could, hypothetically, send
    						// "network-local" endpoints, this would still make enabling DNS give vastly
    						// different load balancing than without, so its probably best to filter.
    						// This ends up matching the behavior of Kubernetes DNS.
    						continue
    					}
    					// TODO: should we skip the node's own IP like we do in listener?
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 07:19:38 UTC 2024
    - 6.3K bytes
    - Viewed (0)
Back to top