Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion configs/envoy-demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ static_resources:
- name: envoy.filters.http.router
clusters:
- name: service_envoyproxy_io
connect_timeout: 30s
type: LOGICAL_DNS
# Comment out the following line to test on v6 networks
dns_lookup_family: V4_ONLY
Expand Down
1 change: 0 additions & 1 deletion configs/envoy-tap-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ static_resources:
- name: envoy.filters.http.router
clusters:
- name: service_envoyproxy_io
connect_timeout: 30s
type: LOGICAL_DNS
# Comment out the following line to test on v6 networks
dns_lookup_family: V4_ONLY
Expand Down
3 changes: 0 additions & 3 deletions configs/envoy_double_proxy.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ static_resources:
clusters:
- name: statsd
type: STATIC
connect_timeout: 0.25s
lb_policy: ROUND_ROBIN
load_assignment:
cluster_name: statsd
Expand All @@ -126,7 +125,6 @@ static_resources:
protocol: TCP
- name: backhaul
type: STRICT_DNS
connect_timeout: 1s
lb_policy: ROUND_ROBIN
load_assignment:
cluster_name: backhaul
Expand Down Expand Up @@ -165,7 +163,6 @@ static_resources:
http2_protocol_options: {}
- name: lightstep_saas
type: LOGICAL_DNS
connect_timeout: 1s
lb_policy: ROUND_ROBIN
load_assignment:
cluster_name: lightstep_saas
Expand Down
1 change: 0 additions & 1 deletion docs/root/_include/ads.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ dynamic_resources:
static_resources:
clusters:
- name: ads_cluster
connect_timeout: 5s
type: STRICT_DNS
load_assignment:
cluster_name: ads_cluster
Expand Down
1 change: 0 additions & 1 deletion docs/root/configuration/best_practices/_include/edge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ static_resources:
idle_timeout: 15s # must be disabled for long-lived and streaming requests
clusters:
- name: service_foo
connect_timeout: 15s
per_connection_buffer_limit_bytes: 32768 # 32 KiB
load_assignment:
cluster_name: some_service
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ static_resources:
cluster: service_foo
clusters:
- name: service_foo
connect_timeout: 15s
typed_extension_protocol_options:
envoy.extensions.upstreams.http.v3.HttpProtocolOptions:
"@type": type.googleapis.com/envoy.extensions.upstreams.http.v3.HttpProtocolOptions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ static_resources:

clusters:
- name: service_protected_by_bandwidth_limit
connect_timeout: 0.25s
type: STRICT_DNS
lb_policy: ROUND_ROBIN
load_assignment:
Expand All @@ -51,7 +50,6 @@ static_resources:
address: web_service
port_value: 9000
- name: web_service
connect_timeout: 0.25s
type: STRICT_DNS
lb_policy: ROUND_ROBIN
load_assignment:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ static_resources:

clusters:
- name: grpc
connect_timeout: 1.25s
type: LOGICAL_DNS
lb_policy: ROUND_ROBIN
dns_lookup_family: V4_ONLY
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ static_resources:
"@type": type.googleapis.com/envoy.extensions.filters.http.router.v3.Router
clusters:
- name: dynamic_forward_proxy_cluster
connect_timeout: 1s
lb_policy: CLUSTER_PROVIDED
cluster_type:
name: envoy.clusters.dynamic_forward_proxy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ static_resources:
typed_config: {}
clusters:
- name: other
connect_timeout: 5.00s
type: LOGICAL_DNS
dns_lookup_family: V4_ONLY
lb_policy: ROUND_ROBIN
Expand All @@ -67,7 +66,6 @@ static_resources:
address: localhost
port_value: 4630
- name: grpc
connect_timeout: 5.00s
type: STRICT_DNS
lb_policy: ROUND_ROBIN
typed_extension_protocol_options:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ static_resources:

clusters:
- name: grpc
connect_timeout: 1.25s
type: LOGICAL_DNS
lb_policy: ROUND_ROBIN
dns_lookup_family: V4_ONLY
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ static_resources:
cluster: dynamic_forward_proxy_cluster
clusters:
- name: dynamic_forward_proxy_cluster
connect_timeout: 1s
lb_policy: CLUSTER_PROVIDED
cluster_type:
name: envoy.clusters.dynamic_forward_proxy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ static_resources:
cluster: local_zk_server
clusters:
- name: local_zk_server
connect_timeout: 120s
type: LOGICAL_DNS
lb_policy: ROUND_ROBIN
typed_extension_protocol_options:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ static_resources:
max_rx_datagram_size: 9000
clusters:
- name: service_udp
connect_timeout: 0.25s
type: STATIC
lb_policy: ROUND_ROBIN
load_assignment:
Expand Down
2 changes: 0 additions & 2 deletions docs/root/intro/_include/life-of-a-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ static_resources:
- name: envoy.filters.http.router
clusters:
- name: some_service
connect_timeout: 5s
# Upstream TLS configuration.
transport_socket:
name: envoy.transport_sockets.tls
Expand Down Expand Up @@ -86,7 +85,6 @@ static_resources:
http2_protocol_options:
max_concurrent_streams: 100
- name: some_statsd_sink
connect_timeout: 5s
# The rest of the configuration for statsd sink cluster.
# statsd sink.
stats_sinks:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ static_resources:
cluster: service_foo
clusters:
- name: service_foo
connect_timeout: 15s
load_assignment:
cluster_name: some_service
endpoints:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ static_resources:
cluster: service_foo
clusters:
- name: service_foo
connect_timeout: 15s
load_assignment:
cluster_name: some_service
endpoints:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ static_resources:
cluster: service_foo
clusters:
- name: service_foo
connect_timeout: 15s
load_assignment:
cluster_name: some_service
endpoints:
Expand Down
1 change: 0 additions & 1 deletion docs/root/intro/arch_overview/security/_include/ssl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ static_resources:
filename: certs/cacert.pem
clusters:
- name: some_service
connect_timeout: 0.25s
type: STATIC
lb_policy: ROUND_ROBIN
load_assignment:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ static_resources:

clusters:
- name: service_envoyproxy_io
connect_timeout: 30s
type: LOGICAL_DNS
# Comment out the following line to test on v6 networks
dns_lookup_family: V4_ONLY
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ static_resources:

clusters:
- name: service_envoyproxy_io
connect_timeout: 30s
type: LOGICAL_DNS
# Comment out the following line to test on v6 networks
dns_lookup_family: V4_ONLY
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ static_resources:

clusters:
- name: service_envoyproxy_io
connect_timeout: 30s
type: LOGICAL_DNS
# Comment out the following line to test on v6 networks
dns_lookup_family: V4_ONLY
Expand Down
1 change: 0 additions & 1 deletion docs/root/start/quick-start/_include/envoy-demo-tls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ static_resources:

clusters:
- name: service_envoyproxy_io
connect_timeout: 30s
type: LOGICAL_DNS
# Comment out the following line to test on v6 networks
dns_lookup_family: V4_ONLY
Expand Down
1 change: 0 additions & 1 deletion docs/root/start/quick-start/_include/envoy-demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ static_resources:

clusters:
- name: service_envoyproxy_io
connect_timeout: 30s
type: LOGICAL_DNS
# Comment out the following line to test on v6 networks
dns_lookup_family: V4_ONLY
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
resources:
- "@type": type.googleapis.com/envoy.config.cluster.v3.Cluster
name: example_proxy_cluster
connect_timeout: 1s
type: STRICT_DNS
typed_extension_protocol_options:
envoy.extensions.upstreams.http.v3.HttpProtocolOptions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ dynamic_resources:

static_resources:
clusters:
- connect_timeout: 1s
type: STRICT_DNS
- type: STRICT_DNS
typed_extension_protocol_options:
envoy.extensions.upstreams.http.v3.HttpProtocolOptions:
"@type": type.googleapis.com/envoy.extensions.upstreams.http.v3.HttpProtocolOptions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ The ``xds_cluster`` is configured to query a control plane at http://my-control-
.. literalinclude:: _include/envoy-dynamic-control-plane-demo.yaml
:language: yaml
:linenos:
:lines: 17-39
:lines: 17-38
:lineno-start: 17
:emphasize-lines: 3-21
:emphasize-lines: 3-20
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ proxies over ``TLS`` to https://www.envoyproxy.io.
.. literalinclude:: _include/envoy-dynamic-cds-demo.yaml
:language: yaml
:linenos:
:emphasize-lines: 12, 18-19, 23-24
:emphasize-lines: 11, 17-18, 22-23
4 changes: 2 additions & 2 deletions docs/root/start/quick-start/configuration-static.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ proxies over ``TLS`` to https://www.envoyproxy.io.
.. literalinclude:: _include/envoy-demo.yaml
:language: yaml
:lineno-start: 29
:lines: 29-52
:emphasize-lines: 5-24
:lines: 29-51
:emphasize-lines: 5-23
22 changes: 11 additions & 11 deletions docs/root/start/quick-start/securing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ to the :ref:`transport_socket <extension_envoy.transport_sockets.tls>` of a
:language: yaml
:linenos:
:lineno-start: 39
:lines: 39-57
:emphasize-lines: 16-19
:lines: 39-56
:emphasize-lines: 15-18
:caption: :download:`envoy-demo-tls.yaml <_include/envoy-demo-tls.yaml>`

.. _start_quick_start_securing_validation:
Expand All @@ -79,8 +79,8 @@ Firstly, you can ensure that the certificates are from a mutually trusted certif
.. literalinclude:: _include/envoy-demo-tls-validation.yaml
:language: yaml
:linenos:
:lineno-start: 43
:lines: 43-53
:lineno-start: 42
:lines: 42-52
:emphasize-lines: 6-9
:caption: :download:`envoy-demo-tls-validation.yaml <_include/envoy-demo-tls-validation.yaml>`

Expand All @@ -92,8 +92,8 @@ certificate is valid for.
.. literalinclude:: _include/envoy-demo-tls-validation.yaml
:language: yaml
:linenos:
:lineno-start: 43
:lines: 43-53
:lineno-start: 42
:lines: 42-52
:emphasize-lines: 6-7, 10-11
:caption: :download:`envoy-demo-tls-validation.yaml <_include/envoy-demo-tls-validation.yaml>`

Expand Down Expand Up @@ -154,9 +154,9 @@ When connecting to an upstream with client certificates you can set them as foll
.. literalinclude:: _include/envoy-demo-tls-client-auth.yaml
:language: yaml
:linenos:
:lineno-start: 45
:lines: 45-69
:emphasize-lines: 21-25
:lineno-start: 44
:lines: 44-68
:emphasize-lines: 20-25
:caption: :download:`envoy-demo-tls-client-auth.yaml <_include/envoy-demo-tls-client-auth.yaml>`

.. _start_quick_start_securing_sni:
Expand Down Expand Up @@ -195,8 +195,8 @@ This will usually be the DNS name of the service you are connecting to.
.. literalinclude:: _include/envoy-demo-tls-sni.yaml
:language: yaml
:linenos:
:lineno-start: 56
:lines: 56-61
:lineno-start: 55
:lines: 55-60
:emphasize-lines: 6
:caption: :download:`envoy-demo-tls-sni.yaml <_include/envoy-demo-tls-sni.yaml>`

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ from ``service1`` to ``service2``:
.. literalinclude:: _include/dynamic-config-fs/configs/cds.yaml
:language: yaml
:linenos:
:lines: 6-14
:lines: 6-13
:lineno-start: 6
:emphasize-lines: 8

Expand Down
2 changes: 0 additions & 2 deletions examples/cache/front-envoy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ static_resources:

clusters:
- name: service1
connect_timeout: 0.25s
type: STRICT_DNS
lb_policy: ROUND_ROBIN
load_assignment:
Expand All @@ -50,7 +49,6 @@ static_resources:
address: service1
port_value: 8000
- name: service2
connect_timeout: 0.25s
type: STRICT_DNS
lb_policy: ROUND_ROBIN
load_assignment:
Expand Down
1 change: 0 additions & 1 deletion examples/cache/service-envoy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ static_resources:
typed_config: {}
clusters:
- name: local_service
connect_timeout: 0.25s
type: STRICT_DNS
lb_policy: ROUND_ROBIN
load_assignment:
Expand Down
1 change: 0 additions & 1 deletion examples/cors/backend/front-envoy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ static_resources:
typed_config: {}
clusters:
- name: backend_service
connect_timeout: 0.25s
type: STRICT_DNS
lb_policy: ROUND_ROBIN
load_assignment:
Expand Down
1 change: 0 additions & 1 deletion examples/cors/backend/service-envoy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ static_resources:
typed_config: {}
clusters:
- name: local_service
connect_timeout: 0.25s
type: STRICT_DNS
lb_policy: ROUND_ROBIN
load_assignment:
Expand Down
1 change: 0 additions & 1 deletion examples/cors/frontend/front-envoy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ static_resources:
typed_config: {}
clusters:
- name: frontend_service
connect_timeout: 0.25s
type: STRICT_DNS
lb_policy: ROUND_ROBIN
load_assignment:
Expand Down
1 change: 0 additions & 1 deletion examples/cors/frontend/service-envoy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ static_resources:
typed_config: {}
clusters:
- name: local_service
connect_timeout: 0.25s
type: STRICT_DNS
lb_policy: ROUND_ROBIN
load_assignment:
Expand Down
Loading