Jeff Escalante
bc6b8fc64f
one more
2020-08-18 19:13:40 -04:00
Jeff Escalante
2448a34a2b
more link fixes
2020-08-18 18:57:52 -04:00
Jeff Escalante
b44a36ce01
fix a bunch of broken links
2020-08-18 18:22:29 -04:00
danielehc
5483988b5b
Refactor docs links to learn 2 ( #8491 )
...
* Refactor docs links to learn
* Apply suggestions from code review
Co-authored-by: Derek Strickland <1111455+DerekStrickland@users.noreply.github.com>
Co-authored-by: Derek Strickland <1111455+DerekStrickland@users.noreply.github.com>
2020-08-17 18:19:04 +02:00
Derek Strickland
930d7d3158
Learn/link updates derek ( #8487 )
...
* Updated Learn url paths.
Co-authored-by: danielehc <40759828+danielehc@users.noreply.github.com>
2020-08-13 17:02:44 -04:00
R.B. Boyer
c599a2f5f4
xds: add support for envoy 1.15.0 and drop support for 1.11.x ( #8424 )
...
Related changes:
- hard-fail the xDS connection attempt if the envoy version is known to be too old to be supported
- remove the RouterMatchSafeRegex proxy feature since all supported envoy versions have it
- stop using --max-obj-name-len (due to: envoyproxy/envoy#11740 )
2020-07-31 15:52:49 -05:00
Freddy
cd27921885
Gateway tasks and overview ( #8195 )
...
Co-authored-by: Blake Covarrubias <blake@covarrubi.as>
2020-07-24 15:07:36 -06:00
Kyle Schochenmaier
eb6b9f4b37
Merge branch 'master' into k8s/gateway-setup-docs
2020-07-15 17:47:21 -05:00
Jeff Escalante
ecc406562a
Merge pull request #8230 from hashicorp/je.pin-deps
...
📌 Hard Pin Website Dependencies
2020-07-15 18:45:19 -04:00
Hans Hasselberg
496fb5fc5b
add support for envoy 1.14.4, 1.13.4, 1.12.6 ( #8216 )
2020-07-13 15:44:44 -05:00
Jeff Escalante
fa135ae285
update deps, format all files
2020-07-08 19:12:34 -04:00
Seth Hoenig
a93e44f20c
docs: fix link to connect authorize endpoint ( #8248 )
...
/docs/connect/intentions has a broken link presumably meant
to go to /api-docs/agent/connect#authorize
This PR fixes the link.
2020-07-06 16:16:09 -05:00
Blake Covarrubias
08c92ba880
docs: Fix formatting issues on built-in proxy page ( #8005 )
...
Fix markdown formatting and display issues on built-in proxy page.
2020-07-02 12:39:50 -04:00
freddygv
166da8f710
Remove remaining beta tags
2020-06-24 16:12:24 -06:00
freddygv
3f01e08ae0
Remove stray instruction
2020-06-24 16:12:08 -06:00
freddygv
98c5eb8868
Add docs for upstream destination's namespace
2020-06-24 16:11:44 -06:00
Rebecca Zanzig
864e7f6ae0
Rearrange k8s connect docs to make space for gateways
2020-06-24 13:35:14 -07:00
Mike Morris
49fc7eb4bb
Update dev.mdx ( #8090 )
...
Remove ref to "virtual service" to avoid confusion with L7 routing virtual services, replace with "debug service".
2020-06-24 14:26:01 +02:00
Freddy
28f22c8a90
Finalize gateway documentation for 1.8.0 GA ( #8121 )
...
Co-authored-by: Derek Strickland <1111455+DerekStrickland@users.noreply.github.com>
2020-06-18 15:27:06 -06:00
Chris Piraino
bb103f22dd
Updates docs with ingress Host header clarifications ( #8062 )
...
* Updates docs with ingress Host header changes
Clarify that a Host header is required for L7 protocols, and specify
that the default is to use the Consul DNS ingress subdomain
* Add sentence about using '*' by itself for testing
* Add optional step for using L7 routing config
* Note that port numbers may need to be added in the Hosts field
2020-06-17 14:43:58 -05:00
Hans Hasselberg
e62a43c6cf
Support envoy 1.14.2, 1.13.2, 1.12.4 ( #8057 )
2020-06-10 23:20:17 +02:00
Freddy
9ed325ba8b
Enable gateways to resolve hostnames to IPv4 addresses ( #7999 )
...
The DNS resolution will be handled by Envoy and defaults to LOGICAL_DNS. This discovery type can be overridden on a per-gateway basis with the envoy_dns_discovery_type Gateway Option.
If a service contains an instance with a hostname as an address we set the Envoy cluster to use DNS as the discovery type rather than EDS. Since both mesh gateways and terminating gateways route to clusters using SNI, whenever there is a mix of hostnames and IP addresses associated with a service we use the hostname + CDS rather than the IPs + EDS.
Note that we detect hostnames by attempting to parse the service instance's address as an IP. If it is not a valid IP we assume it is a hostname.
2020-06-03 15:28:45 -06:00
Derek Strickland
9795b19e27
Added guideLinks prop for UseCaseLayout component and linked terminating gateways guide from documentation. ( #7998 )
2020-06-02 10:40:07 -04:00
Jono Sosulska
c554ba9e10
Replace whitelist/blacklist terminology with allowlist/denylist ( #7971 )
...
* Replace whitelist/blacklist terminology with allowlist/denylist
2020-05-29 14:19:16 -04:00
Chris Piraino
6c444ba24c
Remove underscores from gateway URL paths ( #7962 )
2020-05-28 14:19:17 -05:00
Jeff Escalante
326ec30d68
update dependencies
2020-05-21 14:50:45 -04:00
Freddy
3dd8b66aa2
Update ingress/terminating gateway ACL docs ( #7891 )
2020-05-20 09:27:25 -06:00
David Yu
e226a21c3e
Unindenting to remove shell pre-formatting ( #7890 )
2020-05-14 15:04:53 -06:00
Preetha
33888bccad
temporarily remove link that 404s
...
will be readded later when page is available
2020-05-13 19:11:13 -05:00
Freddy
56dccd2b95
Add beta tags to gateway docs ( #7876 )
2020-05-13 15:47:20 -06:00
Chris Piraino
98005a79c4
Ingress and Terminating Gateway docs ( #7710 )
...
This PR contains documentation additions for ingress and terminating gateways. New pages for the config-entries and overall feature description were added, as well as various additions to related pages.
Co-authored-by: Jono Sosulska <42216911+jsosulska@users.noreply.github.com>
Co-authored-by: freddygv <gh@freddygv.xyz>
Co-authored-by: Freddy <freddygv@users.noreply.github.com>
Co-authored-by: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
2020-05-13 16:29:40 -05:00
Preetha Appan
9d7ce4c621
added links, removed todo
2020-05-13 14:11:58 -05:00
Preetha Appan
8ce0a2509b
Clean up placeholder diagrams, rename file to use dashes
2020-05-12 16:34:59 -05:00
Preetha Appan
c32de785a0
Add Beta super script to page title
...
also moves version availability to below feature title
2020-05-11 14:59:17 -05:00
Preetha Appan
a4ec82102e
Add beta superscript to docs title for wan federation over mesh gateways
2020-05-08 18:25:41 -05:00
Preetha Appan
cf56325196
Redo PR #7430 for new website
...
Still has todos and diagrams to be added
2020-05-08 18:07:45 -05:00
Daniel Nephin
eaa05d623a
xds: Add passive health check config for upstreams
2020-05-08 14:56:57 -04:00
Jono Sosulska
9b363e9f23
Fix spelling of deregister ( #7804 )
2020-05-08 10:03:45 -04:00
Jeff Escalante
27eb12ec51
fix multiline note ( #7744 )
2020-04-30 14:07:16 -04:00
Jeff Escalante
cc19b88288
a couple more anchor link fixes
2020-04-28 12:53:26 -04:00
Jeff Escalante
6907c7e3db
fix broken links
2020-04-28 12:53:25 -04:00
Jeff Escalante
a8a3c76983
remove 'sidebar_current' from frontmatter
2020-04-28 12:53:24 -04:00
Jeff Escalante
2bfa64f903
replace internal .html link extensions
2020-04-28 12:53:20 -04:00
Jeff Escalante
9cd0b95f24
remove internal /index.html
2020-04-28 12:53:20 -04:00
Jeff Escalante
c23cda3389
anchor link fixes across a lot of pages
2020-04-28 12:53:18 -04:00
Jeff Escalante
711352bcf1
docs rendering
2020-04-28 12:53:18 -04:00
Jeff Escalante
6bd1a51413
intro and api navigation converted
2020-04-28 12:52:44 -04:00
Jeff Escalante
93bc85dc4f
initial
2020-04-28 12:52:43 -04:00