Luke Kysow
de04344e47
Update tech-specs.mdx ( #14840 )
2022-10-03 09:21:42 -07:00
David Yu
a74d826b0e
updated 0.49.x helm docs ( #14824 )
2022-09-30 12:17:16 -07:00
Curt Bushko
3faaa02a0c
Add OpenShift CNI to list of install options for kubernetes ( #14793 )
2022-09-30 11:52:15 -07:00
David Yu
eb5713ccbc
docs: admin partition docs improvements ( #14774 )
...
* docs: Update admin partitions versions and add requirement for unique `global.name`
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2022-09-30 09:13:44 -07:00
nrichu-hcp
47eb44fe35
Merge pull request #14807 from hashicorp/docs/nick-release-notes
...
docs: Consul K8s 0.49.x release notes
2022-09-30 11:39:35 -04:00
nrichu-hcp
a9b8b1e48f
Update website/content/docs/release-notes/consul-k8s/v0_49_x.mdx
...
Co-authored-by: David Yu <dyu@hashicorp.com>
2022-09-30 11:38:36 -04:00
nrichu-hcp
f04cdeb991
Update website/content/docs/release-notes/consul-k8s/v0_49_x.mdx
...
Co-authored-by: David Yu <dyu@hashicorp.com>
2022-09-30 11:38:29 -04:00
nrichu-hcp
1daf4dcaba
Update website/content/docs/release-notes/consul-k8s/v0_49_x.mdx
...
Co-authored-by: David Yu <dyu@hashicorp.com>
2022-09-30 11:38:20 -04:00
nrichu-hcp
d4f994a433
Update website/content/docs/release-notes/consul-k8s/v0_49_x.mdx
...
Co-authored-by: David Yu <dyu@hashicorp.com>
2022-09-30 11:38:10 -04:00
nrichu-hcp
b95ccf166e
added missing links per davids advice
2022-09-30 11:29:14 -04:00
nrichu-hcp
560eb2b4a9
Update website/content/docs/release-notes/consul-k8s/v0_49_x.mdx
...
Co-authored-by: David Yu <dyu@hashicorp.com>
2022-09-30 11:22:12 -04:00
nrichu-hcp
848e989df9
Update website/content/docs/release-notes/consul-k8s/v0_49_x.mdx
...
Co-authored-by: David Yu <dyu@hashicorp.com>
2022-09-30 11:22:03 -04:00
Adam Rowan
f85ca92921
Merge pull request #14783 from hashicorp/bear359-patch-1
...
Bear359 patch 1
2022-09-29 16:50:09 -06:00
nrichu-hcp
c847ee2446
finalized 0.49 release notes
2022-09-29 17:12:12 -04:00
Eric Haberkorn
80e51ff907
Add exported services event to cluster peering replication. ( #14797 )
2022-09-29 15:37:19 -04:00
trujillo-adam
fdd6e9d0d2
Merge pull request #14752 from hashicorp/docs/updated-consul-arch-no-agentless
...
refresh of the Consul architecture overview page
2022-09-29 11:58:48 -07:00
trujillo-adam
12ffd608c0
Apply suggestions from code review
...
Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
2022-09-29 11:40:59 -07:00
nrichu-hcp
df7b7a6b3d
draft release notes
2022-09-29 13:58:43 -04:00
Adam Rowan
15ef06f742
Update website/content/docs/integrate/partnerships.mdx
...
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2022-09-29 09:06:31 -06:00
Adam Rowan
e410bf50c8
Update website/content/docs/integrate/partnerships.mdx
...
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2022-09-29 09:06:10 -06:00
Adam Rowan
b8f2f0b2f0
Update website/content/docs/integrate/partnerships.mdx
...
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2022-09-29 09:05:55 -06:00
Adam Rowan
23d92eae59
Update website/content/docs/integrate/partnerships.mdx
...
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2022-09-29 09:05:28 -06:00
Adam Rowan
c04d66c057
Update website/content/docs/integrate/partnerships.mdx
...
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2022-09-29 09:05:21 -06:00
Adam Rowan
4fdcd0ad0e
Update website/content/docs/integrate/partnerships.mdx
...
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2022-09-29 09:05:11 -06:00
Adam Rowan
a77d17f2d5
Update website/content/docs/integrate/partnerships.mdx
...
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2022-09-29 09:04:59 -06:00
Adam Rowan
bb5b46ac8a
Update website/content/docs/integrate/partnerships.mdx
...
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2022-09-29 09:04:43 -06:00
Adam Rowan
816a652795
Update website/content/docs/integrate/partnerships.mdx
...
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2022-09-29 09:04:27 -06:00
cskh
69f40df548
feat(ingress gateway: support configuring limits in ingress-gateway c… ( #14749 )
...
* feat(ingress gateway: support configuring limits in ingress-gateway config entry
- a new Defaults field with max_connections, max_pending_connections, max_requests
is added to ingress gateway config entry
- new field max_connections, max_pending_connections, max_requests in
individual services to overwrite the value in Default
- added unit test and integration test
- updated doc
Co-authored-by: Chris S. Kim <ckim@hashicorp.com>
Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
Co-authored-by: Dan Stough <dan.stough@hashicorp.com>
2022-09-28 14:56:46 -04:00
Jared Kirschner
bd4a95756f
Merge pull request #14764 from hashicorp/docs/clarify-license-behavior-on-restart
...
docs: clarify license behavior on restart
2022-09-28 13:34:44 -04:00
Adam Rowan
142141f2f0
Updating Consul Integration Program
...
Updating Consul Integration Program to include additional links to better server as a one-stop solution for Partners wanting to integrate with Consul.
2022-09-28 10:27:34 -06:00
Luke Kysow
4638753168
Make defaulting behaviour of connect.enabled clear ( #14768 )
2022-09-27 13:04:59 -07:00
Luke Kysow
84f8b87967
Update k8s.mdx ( #14765 )
2022-09-27 09:51:12 -07:00
Jared Kirschner
99e0d23226
docs: clarify license behavior on restart
2022-09-27 12:24:56 -04:00
David Yu
126f77f40d
docs: update to Vault secrets backend for partition init service account and Helm values for injector ( #14745 )
...
* docs: update to Vault secrets backend
2022-09-27 00:35:59 -07:00
David Fleming
0edf2f69d0
Fix Link: Consul Enterprise Admin Partitions - Usage - CLI ( #14755 )
...
Admin partition CLI documentation was pointing at /commands/admin-partition. Updated to point at /commands/partition. https://www.consul.io/commands/admin-partition returns not found.
2022-09-26 23:22:49 -07:00
trujillo-adam
09d2ae9e04
refresh of the Consul architecture overview page
2022-09-26 11:21:08 -07:00
Derek Menteer
aa4709ab74
Add envoy connection balancing. ( #14616 )
...
Add envoy connection balancing config.
2022-09-26 11:29:06 -05:00
Kyle Schochenmaier
fc16f7ab6a
update helm docs for sync catalog and vault ( #14733 )
2022-09-23 10:16:05 -07:00
trujillo-adam
b7fe014cbf
fixed typos in CAPIgw usage docs
2022-09-23 09:23:21 -07:00
Roman Kunin
a0b1806ba2
Fix MD markup ( #14702 )
2022-09-22 20:00:09 -07:00
Roman Kunin
4c95e16815
Fix md markup
2022-09-22 16:41:52 +10:00
trujillo-adam
767864d791
fixed typos in API landing page
2022-09-21 08:13:40 -07:00
Jared Kirschner
b267d09e11
Merge pull request #14571 from hashicorp/docs/fox-peering-metrics-labels-table
...
docs: fix peering metrics labels table
2022-09-21 08:37:19 -04:00
Jared Kirschner
37d2d41e65
docs: address review feedback
2022-09-20 14:43:17 -07:00
Jared Kirschner
e75f35533b
docs: fix peering metrics labels table
2022-09-19 19:10:35 -07:00
Jared Kirschner
90aab0b3bb
docs: all enterprise locality labels now optional
2022-09-19 15:00:22 -07:00
cskh
1d7c82c017
doc(peering): missing network requirement for peering and the partiti… ( #14677 )
...
* doc(peering): missing network requirement for peering and the partition parameter in the list API
* Delete API: move partition from path parameter to query parameter
2022-09-19 16:11:04 -04:00
alex
6a70477aec
add health metric docs ( #14382 )
2022-09-19 10:33:24 -04:00
Riddhi Shah
59249b7dda
Update docs for merge-central-config support ( #14597 )
...
Updates API docs to highlight merge-central-config support.
2022-09-16 14:48:03 -07:00
boruszak
b4cc55d766
Clean up
2022-09-16 11:15:55 -05:00