Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 16 of 16 for respect_dns_ttl (0.16 sec)

  1. pkg/bootstrap/testdata/tracing_lightstep_golden.json

    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 13.2K bytes
    - Viewed (0)
  2. pkg/bootstrap/testdata/tracing_tls_golden.json

    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 13.5K bytes
    - Viewed (0)
  3. pkg/bootstrap/testdata/metrics_no_statsd_golden.json

    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 14.3K bytes
    - Viewed (0)
  4. pkg/bootstrap/testdata/running_golden.json

                "http2_protocol_options": {}
               }
              }
            }
          }
          
          ,
          {
            "name": "zipkin",
            "type": "STRICT_DNS",
            "respect_dns_ttl": true,
            "dns_lookup_family": "V4_ONLY",
            "dns_refresh_rate": "30s",
            "connect_timeout": "1s",
            "lb_policy": "ROUND_ROBIN",
            "load_assignment": {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 14K bytes
    - Viewed (0)
  5. pkg/bootstrap/testdata/tracing_tls_custom_sni_golden.json

    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 13.6K bytes
    - Viewed (0)
  6. pilot/pkg/networking/core/cluster_builder.go

    			} else {
    				// keep the original logic if Dual Stack is disable
    				c.DnsLookupFamily = cluster.Cluster_V4_ONLY
    			}
    		}
    		c.DnsRefreshRate = cb.req.Push.Mesh.DnsRefreshRate
    		c.RespectDnsTtl = true
    		// we want to run all the STATIC parts as well to build the load assignment
    		fallthrough
    	case cluster.Cluster_STATIC:
    		if len(localityLbEndpoints) == 0 {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 31.6K bytes
    - Viewed (0)
Back to top