-
Notifications
You must be signed in to change notification settings - Fork 5.3k
docs: Further updates to quick-start #13793
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
mattklein123
merged 25 commits into
envoyproxy:master
from
phlax:docs-quickstart-dynamic-2
Oct 30, 2020
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
5e346af
docs: Further updates to quick-start
phlax 455784d
docs/
phlax b35000a
docs/
phlax 57c8581
docs/
phlax 2a60fdd
docs/
phlax b49ebc4
docs/
phlax 9647444
docs/
phlax 6007309
docs/
phlax 617fdb7
docs/
phlax 5e6c29c
docs/
phlax c75e7d5
docs/
phlax 0c4bfe7
docs/
phlax 69e4c15
docs/
phlax 176b865
docs/
phlax ebbc1e1
docs/
phlax 29f8d47
docs/
phlax 784a10f
Merge branch 'master' into docs-quickstart-dynamic-2
phlax f093058
examples/
phlax b41fa14
docs/
phlax 7f85f7f
docs/
phlax c99f194
docs/
phlax a56d4b0
docs/
phlax e08efe9
docs/
phlax 9b5bf90
docs/
phlax fc4153f
docs/
phlax File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
File renamed without changes.
20 changes: 20 additions & 0 deletions
20
docs/root/start/quick-start/_include/envoy-dynamic-cds-demo.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| resources: | ||
| - "@type": type.googleapis.com/envoy.config.cluster.v3.Cluster | ||
| name: example_proxy_cluster | ||
| connect_timeout: 1s | ||
| type: strict_dns | ||
| http2_protocol_options: {} | ||
| load_assignment: | ||
| cluster_name: example_proxy_cluster | ||
| endpoints: | ||
| - lb_endpoints: | ||
| - endpoint: | ||
| address: | ||
| socket_address: | ||
| address: www.envoyproxy.io | ||
| port_value: 443 | ||
| transport_socket: | ||
| name: envoy.transport_sockets.tls | ||
| typed_config: | ||
| "@type": type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext | ||
| sni: www.envoyproxy.io |
40 changes: 40 additions & 0 deletions
40
docs/root/start/quick-start/_include/envoy-dynamic-control-plane-demo.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,40 @@ | ||
| node: | ||
| cluster: test-cluster | ||
| id: test-id | ||
|
|
||
| dynamic_resources: | ||
| ads_config: | ||
| api_type: GRPC | ||
| transport_api_version: V3 | ||
| grpc_services: | ||
| - envoy_grpc: | ||
| cluster_name: xds_cluster | ||
| cds_config: | ||
| resource_api_version: V3 | ||
| ads: {} | ||
| lds_config: | ||
| resource_api_version: V3 | ||
| ads: {} | ||
|
|
||
| static_resources: | ||
| clusters: | ||
| - connect_timeout: 1s | ||
| type: strict_dns | ||
| http2_protocol_options: {} | ||
| name: xds_cluster | ||
| load_assignment: | ||
| cluster_name: xds_cluster | ||
| endpoints: | ||
| - lb_endpoints: | ||
| - endpoint: | ||
| address: | ||
| socket_address: | ||
| address: my-control-plane | ||
| port_value: 18000 | ||
|
|
||
| admin: | ||
| access_log_path: /dev/null | ||
| address: | ||
| socket_address: | ||
| address: 0.0.0.0 | ||
| port_value: 19000 |
16 changes: 16 additions & 0 deletions
16
docs/root/start/quick-start/_include/envoy-dynamic-filesystem-demo.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| node: | ||
| cluster: test-cluster | ||
| id: test-id | ||
|
|
||
| dynamic_resources: | ||
| cds_config: | ||
| path: /var/lib/envoy/cds.yaml | ||
| lds_config: | ||
| path: /var/lib/envoy/lds.yaml | ||
|
|
||
| admin: | ||
| access_log_path: "/dev/null" | ||
| address: | ||
| socket_address: | ||
| address: 0.0.0.0 | ||
| port_value: 19000 |
27 changes: 27 additions & 0 deletions
27
docs/root/start/quick-start/_include/envoy-dynamic-lds-demo.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,27 @@ | ||
| resources: | ||
| - "@type": type.googleapis.com/envoy.config.listener.v3.Listener | ||
| name: listener_0 | ||
| address: | ||
| socket_address: | ||
| address: 0.0.0.0 | ||
| port_value: 10000 | ||
| filter_chains: | ||
| - filters: | ||
| name: envoy.http_connection_manager | ||
| typed_config: | ||
| "@type": type.googleapis.com/envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager | ||
| stat_prefix: ingress_http | ||
| http_filters: | ||
| - name: envoy.router | ||
| route_config: | ||
| name: local_route | ||
| virtual_hosts: | ||
| - name: local_service | ||
| domains: | ||
| - "*" | ||
| routes: | ||
| - match: | ||
| prefix: "/" | ||
| route: | ||
| host_rewrite_literal: www.envoyproxy.io | ||
| cluster: example_proxy_cluster |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same comment as on other PR (#13783 (comment)) - its not ideal to exclude these configs, but its not trivial to include either