Blake Covarrubias
eab88bf92a
docs: Fix spelling errors across various pages on the site ( #18533 )
...
This commit fixes numerous spelling errors across the site and also
removes unnecessary whitespace that was present in the edited files.
2023-08-21 16:23:27 +00:00
Michael Zalimeni
cbfeb6c8af
[NET-4904] Update list of Envoy versions in docs ( #18306 )
...
Update list of Envoy versions in docs
Update supported Envoy versions across Consul release versions.
2023-07-27 15:47:02 +00:00
David Yu
37bd0e1b40
docs - update Envoy and Dataplane compat matrix ( #17752 )
...
* Update envoy.mdx
added more detail around default versus other compatible versions
2023-06-15 06:33:48 +00:00
Michael Zalimeni
30e0c234ab
Update list of Envoy versions ( #17546 )
2023-06-09 02:37:49 +00:00
Connor
0789661ce5
Rename hcp-metrics-collector to consul-telemetry-collector ( #17327 )
...
* Rename hcp-metrics-collector to consul-telemetry-collector
* Fix docs
* Fix doc comment
---------
Co-authored-by: Ashvitha Sridharan <ashvitha.sridharan@hashicorp.com>
2023-05-16 14:36:05 -04:00
Jared Kirschner
166d7a39e8
docs: consistently name Consul service mesh ( #17222 )
...
Remove outdated usage of "Consul Connect" instead of Consul service mesh.
The connect subsystem in Consul provides Consul's service mesh capabilities.
However, the term "Consul Connect" should not be used as an alternative to
the name "Consul service mesh".
2023-05-05 13:41:40 -04:00
Semir Patel
5eaeb7b8e5
Support Envoy's MaxEjectionPercent and BaseEjectionTime config entries for passive health checks ( #15979 )
...
* Add MaxEjectionPercent to config entry
* Add BaseEjectionTime to config entry
* Add MaxEjectionPercent and BaseEjectionTime to protobufs
* Add MaxEjectionPercent and BaseEjectionTime to api
* Fix integration test breakage
* Verify MaxEjectionPercent and BaseEjectionTime in integration test upstream confings
* Website docs for MaxEjectionPercent and BaseEjection time
* Add `make docs` to browse docs at http://localhost:3000
* Changelog entry
* so that is the difference between consul-docker and dev-docker
* blah
* update proto funcs
* update proto
---------
Co-authored-by: Maliz <maliheh.monshizadeh@hashicorp.com>
2023-04-26 15:59:48 -07:00
Nathan Coleman
5410139575
Update list of Envoy versions ( #16889 )
...
* Update list of Envoy versions
* Update docs + CI + tests
* Add changelog entry
* Add newly-released Envoy versions 1.23.8 and 1.24.6
* Add newly-released Envoy version 1.22.11
2023-04-12 17:43:15 -04:00
Eddie Rowe
ce6e278d9b
Fix broken links in Consul docs ( #16640 )
...
* Fix broken links in Consul docs
* more broken link fixes
* more 404 fixes
* 404 fixes
* broken link fix
---------
Co-authored-by: Tu Nguyen <im2nguyen@users.noreply.github.com>
2023-03-24 19:35:34 +00:00
David Yu
04f9c6bb74
docs: Add backwards compatibility for Consul 1.14.x and consul-dataplane in the Envoy compat matrix ( #16462 )
...
* Update envoy.mdx
2023-02-28 10:38:29 -08:00
Curt Bushko
afbc56622a
Update docs for consul-k8s 1.1.0 ( #16447 )
2023-02-27 19:50:01 -05:00
Curt Bushko
1d9ee50681
[OSS] connect: Bump Envoy 1.22.5 to 1.22.7, 1.23.2 to 1.23.4, 1.24.0 to 1.24.2, add 1.25.1, remove 1.21.5 ( #16274 )
...
* Bump Envoy 1.22.5 to 1.22.7, 1.23.2 to 1.23.4, 1.24.0 to 1.24.2, add 1.25.1, remove 1.21.5
2023-02-15 11:45:43 -05:00
Kyle Havlovitz
d53c331a37
Add a flag for enabling debug logs to the `connect envoy` command ( #15988 )
...
* Add a flag for enabling debug logs to the `connect envoy` command
* Update website/content/commands/connect/envoy.mdx
Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
* Add changelog note
* Add debug log note to envoy proxy doc page
* Update website/content/docs/connect/proxies/envoy.mdx
Co-authored-by: Kendall Strautman <36613477+kendallstrautman@users.noreply.github.com>
* Wording tweak in envoy bootstrap section
---------
Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
Co-authored-by: Kendall Strautman <36613477+kendallstrautman@users.noreply.github.com>
2023-01-31 13:30:20 -08:00
Ashlee M Boyer
6e425f7428
docs: Migrate link formats ( #15976 )
...
* Adding check-legacy-links-format workflow
* Adding test-link-rewrites workflow
* Updating docs-content-check-legacy-links-format hash
* Migrating links to new format
Co-authored-by: Kendall Strautman <kendallstrautman@gmail.com>
2023-01-25 08:52:43 -08:00
Jeff Boruszak
e4807d4be1
docs: link fixes for Envoy proxy page ( #16023 )
...
* Link path fixes
* update
* Revert "update"
This reverts commit 6b3344481c501a2d8e1190e80977cc1bb7ae7ee1.
* Link fixes
2023-01-20 11:12:18 -06:00
cskh
04bf24c8c1
feat(ingress-gateway): support outlier detection of upstream service for ingress gateway ( #15614 )
...
* feat(ingress-gateway): support outlier detection of upstream service for ingress gateway
* changelog
Co-authored-by: Eric Haberkorn <erichaberkorn@gmail.com>
2022-12-13 11:51:37 -05:00
James Oulman
7e78fb7818
Add support for configuring Envoys route idle_timeout ( #14340 )
...
* Add idleTimeout
Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
Co-authored-by: Dhia Ayachi <dhia@hashicorp.com>
2022-11-29 17:43:15 -05:00
cskh
7561303855
docs: clarify envoy proxy configuration ( #15562 )
...
- Specify using the service config entry to configure
service's envoy proxy
- add missing fields in proxy.config
2022-11-28 20:33:54 -05:00
Paul Glass
781f1499d7
docs: Include env vars in consul-dataplane reference ( #15369 )
...
* docs: Include env vars in consul-dataplane reference
* docs: Consul Dataplane bundles Envoy 1.24
* docs: Consul Dataplane is no longer beta
2022-11-17 15:56:41 -06:00
Paul Glass
325d0e2320
docs: Update consul-dataplane docs for post-beta ( #15177 )
...
* Update Consul Dataplane CLI reference
* Add new page for Consul Dataplane telemetry
* Add `server_type` label to agent grpc metrics
* Callout Consul Dataplane in Envoy bootstrap configuration section
* Update consul-dataplane unsupported features
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
Co-authored-by: Riddhi Shah <riddhi@hashicorp.com>
2022-11-03 12:05:29 -05:00
Evan Culver
62d4517f9e
connect: Add Envoy 1.24 to integration tests, remove Envoy 1.20 ( #15093 )
2022-10-31 10:50:45 -05:00
Kyle Havlovitz
aaf892a383
Extend tcp keepalive settings to work for terminating gateways as well
2022-10-14 17:05:46 -07:00
Kyle Havlovitz
2c569f6b9c
Update docs and add tcp_keepalive_probes setting
2022-10-14 17:05:46 -07:00
Evan Culver
a3be5a5a82
connect: Bump Envoy 1.20 to 1.20.7, 1.21 to 1.21.5 and 1.22 to 1.22.5 ( #14831 )
2022-10-04 13:15:01 -07:00
Paul Glass
23e52a1040
docs: Consul Dataplane Version Compatibility ( #14710 )
...
Co-authored-by: David Yu <dyu@hashicorp.com>
Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
2022-10-04 15:02:28 -05:00
boruszak
904ab64a57
Link fix
2022-10-04 12:42:59 -05:00
boruszak
213b50b170
Tutorial link fix
2022-10-04 12:19:24 -05:00
Jeff Boruszak
6b4d15f233
Update website/content/docs/connect/proxies/envoy.mdx
2022-10-03 14:03:00 -05:00
Jeff Boruszak
c1fedba08e
Update website/content/docs/connect/proxies/envoy.mdx
2022-10-03 13:59:41 -05:00
Jeff Boruszak
64dcb64d31
Update website/content/docs/connect/proxies/envoy.mdx
2022-10-03 13:54:08 -05:00
Jeff Boruszak
722881fb40
Update website/content/docs/connect/proxies/envoy.mdx
2022-09-30 10:01:43 -05:00
Jeff Boruszak
57154548f8
Update website/content/docs/connect/proxies/envoy.mdx
2022-09-30 09:59:21 -05:00
Jeff Boruszak
2d72feffda
Update website/content/docs/connect/proxies/envoy.mdx
2022-09-30 09:58:03 -05:00
Jeff Boruszak
ebc069aeb6
Apply suggestions from code review
...
Co-authored-by: Tu Nguyen <im2nguyen@users.noreply.github.com>
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2022-09-30 09:52:53 -05:00
boruszak
10cfc9bbb4
Codeblock Added
2022-09-30 09:51:58 -05:00
boruszak
b0fc58474a
Fixes
2022-09-27 15:42:05 -05:00
boruszak
b0cbecae7d
Bootstrap Consul on Windows VMs instructions
2022-09-27 15:16:39 -05:00
Derek Menteer
aa4709ab74
Add envoy connection balancing. ( #14616 )
...
Add envoy connection balancing config.
2022-09-26 11:29:06 -05:00
boruszak
f797d128c7
Spacing and title fixes
2022-09-16 10:28:32 -05:00
boruszak
0e042654dc
Merge 'main' into docs/search-metadata-headers
2022-09-15 15:34:36 -05:00
Bryce Kalow
85c1a33c42
website: content updates for developer ( #14419 )
...
Co-authored-by: Ashlee Boyer <ashlee.boyer@hashicorp.com>
Co-authored-by: Ashlee M Boyer <43934258+ashleemboyer@users.noreply.github.com>
Co-authored-by: Tu Nguyen <im2nguyen@gmail.com>
Co-authored-by: Tu Nguyen <im2nguyen@users.noreply.github.com>
Co-authored-by: HashiBot <62622282+hashibot-web@users.noreply.github.com>
Co-authored-by: Kevin Wang <kwangsan@gmail.com>
2022-09-14 17:45:42 -05:00
Evan Culver
d0416f593c
connect: Bump latest Envoy to 1.23.1 in test matrix ( #14573 )
2022-09-14 13:20:16 -07:00
boruszak
38fd65bb2c
/docs/connect/proxies
2022-09-13 15:58:57 -05:00
Tu Nguyen
110139a4df
revert links to learn
2022-09-06 08:35:01 -07:00
malizz
b3ac8f48ca
Add additional parameters to envoy passive health check config ( #14238 )
...
* draft commit
* add changelog, update test
* remove extra param
* fix test
* update type to account for nil value
* add test for custom passive health check
* update comments and tests
* update description in docs
* fix missing commas
2022-09-01 09:59:11 -07:00
Jorge Marey
f476a80aa9
Fix typo on documentation
2022-08-31 23:14:25 +02:00
Jorge Marey
3f3bb8831e
Fix typos. Add test. Add documentation
2022-08-30 16:59:02 +02:00
Tu Nguyen
f06348c73e
fix merge conflicts
2022-08-28 19:33:37 -07:00
Tu Nguyen
6dcc2a2110
Update Learn links in prep for devdot
2022-08-25 22:49:29 -07:00
Evan Culver
8e6b6a49a2
docs: Update Envoy support matrix to match the code ( #14338 )
2022-08-24 17:04:26 -07:00