Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for lb_policy (0.28 sec)

  1. tools/packaging/common/gcp_envoy_bootstrap.json

               }
           }
          }
         ]
      },
      "static_resources": {
        "clusters": [
          {
            "name": "agent",
            "type": "STATIC",
            "connect_timeout": "0.250s",
            "lb_policy": "ROUND_ROBIN",
            "load_assignment": {
              "cluster_name": "agent",
              "endpoints": [{
                "lb_endpoints": [{
                  "endpoint": {
                    "address":{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 17:05:28 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/cluster_waypoint.go

    	sec_model.EnforceCompliance(ctx)
    	return &cluster.Cluster{
    		Name:                          ConnectOriginate,
    		ClusterDiscoveryType:          &cluster.Cluster_Type{Type: cluster.Cluster_ORIGINAL_DST},
    		LbPolicy:                      cluster.Cluster_CLUSTER_PROVIDED,
    		ConnectTimeout:                durationpb.New(2 * time.Second),
    		CleanupInterval:               durationpb.New(60 * time.Second),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 9K bytes
    - Viewed (0)
Back to top