cskh
a87d8f48be
fix: missing MaxInboundConnections field in service-defaults config entry ( #14072 )
...
* fix: missing max_inbound_connections field in merge config
2022-08-19 14:11:21 -04:00
Nitya Dhanushkodi
558837dcc6
peering: update docs with exposing servers ( #14191 )
2022-08-12 11:22:41 -07:00
David Yu
25a66ee014
docs: bumping requirements for cluster peering to consul k8s 0.47.0 and 1.13.1 ( #14177 )
2022-08-12 09:00:04 -07:00
Tu Nguyen
34596cb470
Merge pull request #14126 from hashicorp/ashwin/recreate-token-docs
...
Add docs to recreate peering token.
2022-08-10 15:29:20 -07:00
boruszak
9cb82e231a
Blank commit
2022-08-10 16:54:42 -05:00
Ashwin Venkatesh
3c8ab23f76
Update website/content/docs/connect/cluster-peering/k8s.mdx
...
Co-authored-by: Tu Nguyen <im2nguyen@users.noreply.github.com>
2022-08-10 16:53:45 -04:00
Evan Culver
d12cbcc3c1
docs: Update supported Envoy versions ( #14130 )
2022-08-10 11:57:09 -07:00
Ashwin Venkatesh
cd28cfc892
Update website/content/docs/connect/cluster-peering/k8s.mdx
...
Co-authored-by: Tu Nguyen <im2nguyen@users.noreply.github.com>
2022-08-10 14:28:02 -04:00
Ashwin Venkatesh
d42a042436
Add docs to recreate peering token.
2022-08-10 13:14:36 -04:00
Jeff Boruszak
f44f1881ed
Update website/content/docs/connect/cluster-peering/k8s.mdx
...
Co-authored-by: Tu Nguyen <im2nguyen@users.noreply.github.com>
2022-08-10 10:21:26 -05:00
Jeff Boruszak
69f995574c
Update website/content/docs/connect/cluster-peering/index.mdx
...
Co-authored-by: Tu Nguyen <im2nguyen@users.noreply.github.com>
2022-08-10 10:21:20 -05:00
boruszak
174b9e23f4
Not available on HCP Consul update
2022-08-10 09:48:18 -05:00
Jeff Boruszak
e1287a41b0
Merge pull request #14011 from hashicorp/docs/cluster-peering-beta
...
docs: Cluster Peering beta
2022-08-09 13:24:49 -05:00
boruszak
83f5fc1dfd
Fixes
2022-08-09 10:09:53 -05:00
boruszak
dfcd1be286
Merge branch 'docs/cluster-peering-beta' of github.com:hashicorp/consul into docs/cluster-peering-beta
2022-08-09 09:47:19 -05:00
boruszak
2e380443c0
Addt'l fixes
2022-08-09 09:42:22 -05:00
boruszak
6d7a78b79a
Fixes according to Freddy's review/comments
2022-08-09 09:42:01 -05:00
Jeff Boruszak
59c1113b22
Update website/content/docs/connect/cluster-peering/k8s.mdx
...
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2022-08-09 09:25:45 -05:00
Jeff Boruszak
c3944bb191
Update website/content/docs/connect/cluster-peering/index.mdx
...
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2022-08-09 09:10:34 -05:00
boruszak
e07dcd87bd
WAN Federation/Cluster Peering comparison table addition
2022-08-09 09:07:25 -05:00
Jeff Boruszak
1d3f9e6448
Update website/content/docs/connect/cluster-peering/create-manage-peering.mdx
...
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2022-08-09 09:02:33 -05:00
Jeff Boruszak
8cc8c9351f
Update website/content/docs/connect/cluster-peering/create-manage-peering.mdx
...
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2022-08-09 09:02:16 -05:00
Jeff Boruszak
07ef084981
Update website/content/docs/connect/cluster-peering/create-manage-peering.mdx
...
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2022-08-09 09:02:05 -05:00
Jeff Boruszak
69e1b6fa92
Update website/content/docs/connect/cluster-peering/create-manage-peering.mdx
...
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2022-08-09 09:01:42 -05:00
Chris S. Kim
e519a8e024
Update wording on intentions
2022-08-09 10:01:30 -04:00
Jeff Boruszak
557271e0de
Update website/content/docs/connect/cluster-peering/create-manage-peering.mdx
...
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2022-08-09 09:01:27 -05:00
boruszak
8b5b4aa6ce
Delete peering UI instructions
2022-08-09 08:53:03 -05:00
Tu Nguyen
6b7b64240f
Fixed rendering
2022-08-08 16:40:14 -07:00
Chris S. Kim
5960c5351f
Update docs for peered transparent proxy
2022-08-08 18:33:57 -04:00
boruszak
ed10dee9b6
UI instructions
2022-08-08 16:32:38 -05:00
boruszak
a8fea65f9f
Add peering connection UI iinitial commit.
2022-08-08 15:34:28 -05:00
Dhia Ayachi
11ec7b1f90
add config parameters doc for destination in service-defaults ( #13950 )
...
* add config parameters doc for destination in service-defaults
* add destination config example
* add documentations around tgateway config
* Apply suggestions from code review
Co-authored-by: Tu Nguyen <im2nguyen@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Dan Stough <dan.stough@hashicorp.com>
* fix based on comments
* fix typo
* fix code tab array
* fix yaml description for addresses and port
* do not split yaml and hcl when the description is the same
Co-authored-by: Tu Nguyen <im2nguyen@users.noreply.github.com>
Co-authored-by: Dan Stough <dan.stough@hashicorp.com>
2022-08-08 16:28:37 -04:00
boruszak
a50dd4848c
Added info about Consul server config requirements
2022-08-08 15:09:12 -05:00
boruszak
cb587192ba
Minor edit
2022-08-02 16:25:13 -05:00
boruszak
f3a9f607b9
Proofing edits
2022-08-02 16:20:43 -05:00
boruszak
c0c97f2cb3
Proofing edits
2022-08-02 16:01:22 -05:00
boruszak
a7b4444958
New features/functions list
2022-08-02 15:17:09 -05:00
boruszak
b96d540271
New "Mesh Gateways for Peered Clusters" page
2022-08-02 15:09:00 -05:00
boruszak
8ace17e47c
Initial new features commit
2022-08-02 14:26:20 -05:00
boruszak
52656f4426
Proofing updates & adjustments
2022-08-01 14:43:10 -05:00
boruszak
58a7b3aece
Updated functionality + task instructions
2022-08-01 14:28:50 -05:00
boruszak
31df478292
Beta release constraints updated
2022-08-01 10:43:38 -05:00
boruszak
e9c8abefcb
Update "technical preview" to "beta"
2022-08-01 10:30:36 -05:00
Krastin Krastev
7f2eea5be3
Merge branch 'main' into krastin/docs/sidecarservice-typo
2022-07-21 10:51:39 +03:00
Jared Kirschner
53ab2bd9d2
Merge pull request #13405 from hashicorp/jkirschner-hashicorp-patch-3
...
docs: correct Vault CA multiple namespace support
2022-07-20 17:52:32 -04:00
Krastin Krastev
40c0519d46
docs: clean-up expanded service def
2022-07-18 13:45:59 +03:00
boruszak
7384eefff0
Clarification around "peering_token.json" and adding Partition names
2022-07-07 16:10:21 -05:00
boruszak
368d88f9b3
"<service-name" fix - added brackets
2022-07-07 10:08:53 -05:00
David Yu
8f8ed954cc
docs: add controller to cluster peering docs ( #13639 )
...
* docs: add controller to cluster peering docs
2022-06-29 11:08:37 -07:00
Tu Nguyen
3c608f5536
Fix typo in cluster peering docs ( #13574 )
...
* Fix typo in cluster peering docs
* Remove highlight, update curly quotes
2022-06-28 15:54:57 -07:00