Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for lb_policy (0.17 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)
  3. pilot/pkg/networking/grpcgen/cds.go

    	switch policy.GetLoadBalancer().GetSimple() {
    	case networking.LoadBalancerSettings_ROUND_ROBIN, networking.LoadBalancerSettings_UNSPECIFIED:
    	// ok
    	default:
    		log.Warnf("cannot apply LbPolicy %s to %s", policy.LoadBalancer.GetSimple(), b.node.ID)
    	}
    	corexds.ApplyRingHashLoadBalancer(c, policy.GetLoadBalancer())
    }
    
    func (b *clusterBuilder) applyTLS(c *cluster.Cluster, policy *networking.TrafficPolicy) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 17:09:02 UTC 2024
    - 9.2K bytes
    - Viewed (0)
Back to top