cskh
4ece020bf1
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
099f29387b
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
Luke Kysow
b5e3bfdc05
Make defaulting behaviour of connect.enabled clear ( #14768 )
2022-09-27 13:04:59 -07:00
Luke Kysow
a858e64d62
Update k8s.mdx ( #14765 )
2022-09-27 09:51:12 -07:00
Jared Kirschner
7659f6f397
docs: clarify license behavior on restart
2022-09-27 12:24:56 -04:00
David Yu
f289526a63
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
2367e6ffbe
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
Derek Menteer
d9e42b0f1c
Add envoy connection balancing. ( #14616 )
...
Add envoy connection balancing config.
2022-09-26 11:29:06 -05:00
Kyle Schochenmaier
3eb708e964
update helm docs for sync catalog and vault ( #14733 )
2022-09-23 10:16:05 -07:00
trujillo-adam
edccca6547
fixed typos in CAPIgw usage docs
2022-09-23 09:23:21 -07:00
Roman Kunin
d68e1094ec
Fix MD markup ( #14702 )
2022-09-22 20:00:09 -07:00
Roman Kunin
148d2f03e1
Fix md markup
2022-09-22 16:41:52 +10:00
Jared Kirschner
3543ce3fea
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
98f95b94f1
docs: address review feedback
2022-09-20 14:43:17 -07:00
Jared Kirschner
28892e324a
docs: fix peering metrics labels table
2022-09-19 19:10:35 -07:00
Jared Kirschner
60779a4eb4
docs: all enterprise locality labels now optional
2022-09-19 15:00:22 -07:00
cskh
5b2d557db1
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
3f19b1235d
add health metric docs ( #14382 )
2022-09-19 10:33:24 -04:00
boruszak
61c11be969
Clean up
2022-09-16 11:15:55 -05:00
boruszak
3fdb3e894d
Spacing and title fixes
2022-09-16 10:28:32 -05:00
boruszak
94c4ff07a8
Merge 'main' into docs/search-metadata-headers
2022-09-15 15:34:36 -05:00
Jeff Boruszak
b56f0976df
Merge pull request #14621 from hashicorp/docs/search-desc-batch05
...
docs: Search Metadata Batch 05
2022-09-15 14:33:59 -05:00
Jeff Boruszak
73d0bca8a1
Apply suggestions from code review
...
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2022-09-15 14:33:39 -05:00
Jeff Boruszak
9fef128a19
Merge pull request #14596 from hashicorp/docs/search-desc-batch04
...
docs: Search Metadata Batch 04
2022-09-15 14:30:09 -05:00
Jeff Boruszak
62b4b4c5cd
Apply suggestions from code review
...
Co-authored-by: Jared Kirschner <85913323+jkirschner-hashicorp@users.noreply.github.com>
Co-authored-by: Luke Kysow <1034429+lkysow@users.noreply.github.com>
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2022-09-15 14:29:34 -05:00
Jeff Boruszak
167789f526
Merge pull request #14593 from hashicorp/docs/search-desc-batch03
...
docs: Search Metadata Batch 03
2022-09-15 13:59:18 -05:00
Jeff Boruszak
99b453e273
Apply suggestions from code review
...
Co-authored-by: Jared Kirschner <85913323+jkirschner-hashicorp@users.noreply.github.com>
2022-09-15 13:58:47 -05:00
Jeff Boruszak
fc3141c84c
Merge pull request #14589 from hashicorp/docs/search-desc-batch02
...
docs: Search Metadata Batch 02
2022-09-15 12:11:49 -05:00
Jeff Boruszak
a0b56f0612
Apply suggestions from code review
...
Co-authored-by: Jared Kirschner <85913323+jkirschner-hashicorp@users.noreply.github.com>
2022-09-15 12:10:20 -05:00
Gabriel Santos
09c00ff39a
Middleware: `RequestRecorder` reports calls below 1ms as decimal value ( #12905 )
...
* Typos
* Test failing
* Convert values <1ms to decimal
* Fix test
* Update docs and test error msg
* Applied suggested changes to test case
* Changelog file and suggested changes
* Update .changelog/12905.txt
Co-authored-by: Chris S. Kim <kisunji92@gmail.com>
* suggested change - start duration with microseconds instead of nanoseconds
* fix error
* suggested change - floats
Co-authored-by: alex <8968914+acpana@users.noreply.github.com>
Co-authored-by: Chris S. Kim <kisunji92@gmail.com>
2022-09-15 13:04:37 -04:00
Blake Covarrubias
3095d4d702
docs: Fix spelling errors on website ( #14634 )
2022-09-15 09:03:12 -07:00
Jeff Boruszak
f85ec5f4fc
Apply suggestions from code review
...
Co-authored-by: Jared Kirschner <85913323+jkirschner-hashicorp@users.noreply.github.com>
Co-authored-by: Tu Nguyen <im2nguyen@users.noreply.github.com>
Co-authored-by: Luke Kysow <1034429+lkysow@users.noreply.github.com>
2022-09-15 10:32:23 -05:00
Jeff Boruszak
da7bd437cd
Update website/content/docs/enterprise/admin-partitions.mdx
2022-09-15 09:46:06 -05:00
David Yu
939074a4e5
docs: add nginx ingress controller example ( #14615 )
...
Co-authored-by: Tu Nguyen <im2nguyen@users.noreply.github.com>
2022-09-14 19:43:01 -07:00
Bryce Kalow
e61e7d1eb5
docs: update /install -> /downloads ( #14631 )
2022-09-14 18:34:25 -05:00
trujillo-adam
925aad34e8
Merge branch 'main' into docs/what-is-consul-devdot-update
2022-09-14 15:57:04 -07:00
boruszak
0f3b67e17a
/docs/k8s/connect/observability
2022-09-14 17:49:29 -05:00
boruszak
bf807c2c07
/docs/k8s/connect
2022-09-14 17:48:49 -05:00
Bryce Kalow
8d416f74ba
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
boruszak
0996dab76b
/docs/k8s/installation + /installation/platforms
2022-09-14 17:44:13 -05:00
trujillo-adam
a54c3ed9a4
applied feedback from review
2022-09-14 15:42:19 -07:00
boruszak
f64f89540b
/docs/k8s/operations
2022-09-14 17:29:21 -05:00
boruszak
62eda6c9eb
/docs/k8s
2022-09-14 17:26:14 -05:00
boruszak
8100a5b67f
/docs/k8s/upgrades
2022-09-14 17:21:47 -05:00
boruszak
41deca9acb
/docs/k8s/crds
2022-09-14 17:20:05 -05:00
Derek Menteer
2fb66d0cc9
Improve grpc_tls wording in docs. ( #14608 )
...
Improve grpc_tls wording in docs.
Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
2022-09-14 15:25:39 -05:00
Evan Culver
aa40adf97e
connect: Bump latest Envoy to 1.23.1 in test matrix ( #14573 )
2022-09-14 13:20:16 -07:00
trujillo-adam
b0012368d5
updated meta desc for consistency
2022-09-14 13:07:16 -07:00
trujillo-adam
faf1769433
update to main what is consul page
2022-09-13 16:00:44 -07:00
trujillo-adam
2110d62049
minor updates to dup docs landing page
2022-09-13 15:21:25 -07:00