Conrad Kleinespel
b168b5c353
Fix AWS IAM trusted identity entity_tags.<key> ( #14727 )
...
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2022-11-29 12:34:28 -08:00
David Yu
1b0e20a681
docs: typo on cluster peering k8s ( #15602 )
2022-11-29 11:49:54 -08:00
David Yu
54a3714543
docs: Clean up k8s cluster peering instructions ( #15592 )
2022-11-29 10:58:13 -08: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
David Yu
25c4ed6ea0
docs: Fix language to describe clients previously ran on each node ( #15580 )
2022-11-28 14:50:48 -08:00
cskh
97c9432843
fix(peering): increase the gRPC limit to 8MB ( #15503 )
...
* fix(peering): increase the gRPC limit to 50MB
* changelog
* update gRPC limit to 8MB
2022-11-28 17:48:43 -05:00
Jeff Boruszak
73e2b96f9f
Load Balancer addition ( #15583 )
2022-11-28 16:48:01 -06:00
David Yu
62205d60cc
docs: Update Consul K8s Release Notes to mention updates to Cluster Peering ( #15573 )
2022-11-28 13:26:56 -08:00
Jeff Boruszak
b856a17cbf
docs: Dataplane performance impact ( #15566 )
...
* New image + performance considerations
* Image related updates
* Update website/content/docs/connect/dataplane/index.mdx
Co-authored-by: David Yu <dyu@hashicorp.com>
Co-authored-by: David Yu <dyu@hashicorp.com>
2022-11-28 14:33:22 -06:00
Jared Kirschner
1a68dfc668
docs: add peering control plane diagrams ( #15498 )
2022-11-26 09:37:56 -05:00
Nitya Dhanushkodi
d4ca1b5316
update docs with mesh and proxydefaults config ( #15526 )
2022-11-24 10:02:47 -08:00
Tu Nguyen
5ea70d7d83
fix typo in cluster peering docs ( #15519 )
2022-11-21 13:51:40 -08:00
Jared Kirschner
d3dede5f8b
docs: add retry_max agent config option ( #15487 )
2022-11-21 16:16:56 -05:00
Derek Menteer
2703545331
Add -grpc-ca-file and -grpc-ca-path CLI info on upgrade notes. ( #15500 )
...
* Add -grpc-ca-file and -grpc-ca-path CLI info on upgrade notes.
2022-11-21 09:41:29 -06:00
Jared Kirschner
3e7e8ae9c5
Support RFC 2782 for prepared query DNS lookups ( #14465 )
...
Format:
_<query id or name>._tcp.query[.<datacenter>].<domain>
2022-11-20 17:21:24 -05:00
Jared Kirschner
f0837a2cd0
docs: remove unnecessary ent label ( #15081 )
2022-11-19 08:53:52 -05:00
Jared Kirschner
124e717d2d
docs: clarify TLS cipher suite config ( #15203 )
2022-11-19 08:53:27 -05:00
David Yu
1153779677
docs: formatting release notes ( #15484 )
2022-11-18 19:50:09 -08:00
David Yu
fd801d7225
docs: Core 1.14 and K8s 1.0 release notes ( #15416 )
...
Co-authored-by: Tu Nguyen <im2nguyen@users.noreply.github.com>
2022-11-18 18:40:54 -08:00
Jared Kirschner
f80f9a60b2
docs: clarify -retry-max ( #15477 )
2022-11-18 18:51:28 -05:00
Dan Stough
f6ebc48c4e
docs(peering): peering GA ACL updates ( #15366 )
...
Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
Co-authored-by: Freddy <freddygv@users.noreply.github.com>
2022-11-18 17:39:41 -05:00
Derek Menteer
9a8c47d589
Add Consul 1.14.0 known issue. ( #15469 )
...
Co-authored-by: R.B. Boyer <4903+rboyer@users.noreply.github.com>
2022-11-18 14:59:57 -07:00
Jared Kirschner
c14f664399
docs: include upgrade path to 1.14 ( #15463 )
2022-11-18 09:56:41 -08:00
Iryna Shustava
2be8b3326c
docs: remaining agentless docs updates ( #15455 )
...
* Update servers-outside-kubernetes.mdx
* Update single-dc-multi-k8s.mdx
* update Vault data integration for snapshot agent
* update k8s health checks page
* remove all instances of controller.enabled in helm values examples
* API Gateway update
* Apply suggestions from code review
Co-authored-by: Riddhi Shah <riddhi@hashicorp.com>
* Apply suggestions from code review
* Apply suggestions from code review
* Cleaner diagram
* added change around clients to workloads
Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
Co-authored-by: boruszak <jeffrey.boruszak@hashicorp.com>
Co-authored-by: Riddhi Shah <riddhi@hashicorp.com>
Co-authored-by: David Yu <dyu@hashicorp.com>
2022-11-18 11:33:02 -06:00
trujillo-adam
ab51aac7e0
Update docs for the release of Consul API Gateway v0.5 ( #15015 )
...
* added usage folder to organize use case docs for CAPIgw
* Add peer field to MeshService configuration page
* Add first pass at guide for routing to peered services
* Add exception to same-datacenter restriction for referenced Consul service
* Add example HTTPRoute referencing the MeshService as backendRef
* Add example ServiceResolver
* Add note about current ServiceResolver requirement
ServiceResolver may eventually be created implicitly by the API gateway controller, but that decision is pending.
* tweaks to the usage page for routing to peered services
* tweaks to the description in the configuration reference
* resolved TO-DOs from previous iteration
* Remove datacenter federation from limited support matrix
* added tolerations doc
* Remove note excluding k8s 1.24 since we now support it
* Reorder sections to maintain alphabetical sort
* Add example configuration for MeshService resource
* Adjust wording + indentation of other docs
* Use consistent "example-" prefix for resource names in example code
* reframed the tolerations documentation; STILL A WIP
* add helm chart documentation
* removed tolerations from gwcconfig configuration model reference
* Apply suggestions from code review
Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
* update version to 0.5.0
* Update install.mdx
* added release notes for v.0.5.x
Co-authored-by: Nathan Coleman <nathan.coleman@hashicorp.com>
Co-authored-by: Sarah Alsmiller <sarah.alsmiller@hashicorp.com>
Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
Co-authored-by: sarahalsmiller <100602640+sarahalsmiller@users.noreply.github.com>
2022-11-17 15:42:25 -08:00
David Yu
940084e097
docs: Update admin-partitions.mdx ( #15428 )
...
* Update admin-partitions.mdx
Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
2022-11-17 15:12:32 -08:00
Jeff Boruszak
0b711ec8a2
docs: Consul Dataplane updates for v.1.14.0 ( #15384 )
...
* Consul Architecture update
* Consul on Kubernetes architecture
* Install Consul on Kubernetes with Helm updates
* Vault as the Secrets Backend Data Integration
* Kubernetes Service Mesh Overview
* Terminating Gateways
* Fully updated
* Join external service to k8s
* Consul on Kubernetes
* Configure metrics for Consul on Kubernetes
* Service Sync for Consul on Kubernetes
* Custom Resource Definitions for Consul on k8s
* Upgrading Consul on Kubernetes Components
* Rolling Updates to TLS
* Dataplanes diagram
* Upgrade instructions
* k8s architecture page updates
* Update website/content/docs/k8s/connect/observability/metrics.mdx
Co-authored-by: Riddhi Shah <riddhi@hashicorp.com>
* Update website/content/docs/architecture/index.mdx
* Update website/content/docs/k8s/connect/terminating-gateways.mdx
* CRDs
* updating version numbers
* Updated example config
* Image clean up
* Apply suggestions from code review
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
* Update website/content/docs/k8s/architecture.mdx
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Riddhi Shah <riddhi@hashicorp.com>
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2022-11-17 17:04:29 -06:00
Derek Menteer
ad0cba9fd5
Improve language on 1.14 upgrade instructions. ( #15412 )
2022-11-17 16:28:47 -06:00
Nitya Dhanushkodi
05f7b51c6a
generate helm docs ( #15443 )
2022-11-17 14:26:14 -08:00
Matt Keeler
26f9008808
Update licensing docs to account for virtual agents. ( #15398 )
...
* Update licensing docs to account for virtual agents.
* Update website/content/docs/enterprise/license/overview.mdx
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2022-11-17 13:58:07 -08: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
David Yu
2fcb043816
docs: Consul K8s 1.0/Consul 1.14 GA Compat Matrix change ( #15400 )
...
* docs: 1.0 GA Compat Matrix change
2022-11-17 13:42:06 -08:00
Tu Nguyen
43097a4db9
Update guidance for vault PKI CA provider ( #15422 )
...
* Update guidance for vault PKI CA provider
* clarify workarounds if already using vault 1.11+
* Update website/content/docs/connect/ca/vault.mdx
* Update website/content/docs/k8s/connect/connect-ca-provider.mdx
* Update website/content/docs/k8s/deployment-configurations/vault/data-integration/connect-ca.mdx
* Apply suggestions from code review
Co-authored-by: Jared Kirschner <85913323+jkirschner-hashicorp@users.noreply.github.com>
* add suggestion from Matt
Co-authored-by: Jared Kirschner <85913323+jkirschner-hashicorp@users.noreply.github.com>
2022-11-17 08:51:43 -08:00
Dan Stough
778812a457
docs(peering): update k8s docs for GA ( #15417 )
...
* docs(peering): update k8s docs for GA
* fix code formatting and typo
2022-11-17 08:25:32 -08:00
Michael Schurter
527b58db66
docs: add nomad incompatibility to 1.14 docs ( #15397 )
...
docs: add nomad incompatibility to 1.14 docs
2022-11-16 16:45:58 -06:00
Derek Menteer
5853710829
Include addresses.grpc_tls in upgrade docs. ( #15408 )
2022-11-16 14:10:29 -06:00
cskh
5593d5ddb5
docs: make the h1 title consistent with the page_title ( #15396 )
2022-11-16 14:40:52 -05:00
Derek Menteer
b0041311f7
Fix issue with formatting in upgrade notes. ( #15395 )
2022-11-16 13:38:09 -06:00
Nitya Dhanushkodi
4a0fd15b69
update compatibility matrix ( #15389 )
2022-11-15 22:07:37 -08:00
cskh
e0487281a8
docs: minor clarifiation to mesh gateway ( #15373 )
...
* doc: minor clarifiation to mesh gateway
* update h1 title of mgw for wan fed control plan traffic
2022-11-15 11:00:58 -05:00
Kyle Havlovitz
f4c3e54b11
auto-config: relax node name validation for JWT authorization ( #15370 )
...
* auto-config: relax node name validation for JWT authorization
This changes the JWT authorization logic to allow all non-whitespace,
non-quote characters when validating node names. Consul had previously
allowed these characters in node names, until this validation was added
to fix a security vulnerability with whitespace/quotes being passed to
the `bexpr` library. This unintentionally broke node names with
characters like `.` which aren't related to this vulnerability.
* Update website/content/docs/agent/config/cli-flags.mdx
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2022-11-14 18:24:40 -06:00
Nick Wales
c4eb1b67f5
Fixes broken links ( #15343 )
...
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2022-11-14 14:18:57 -08:00
Dan Stough
9a5196a47f
Peering Mesh Gateway Updates for GA ( #15344 )
...
* docs(peering): remove beta references
Co-authored-by: hc-github-team-consul-core <github-team-consul-core@hashicorp.com>
Co-authored-by: Eric Haberkorn <erichaberkorn@gmail.com>
Co-authored-by: Derek Menteer <105233703+hashi-derek@users.noreply.github.com>
2022-11-14 15:03:17 -05:00
Dan Stough
e426b79a60
docs(peering): remove beta references ( #15340 )
...
* docs(peering): remove beta references
2022-11-14 14:49:50 -05:00
Derek Menteer
931cec42b3
Prevent serving TLS via ports.grpc ( #15339 )
...
Prevent serving TLS via ports.grpc
We remove the ability to run the ports.grpc in TLS mode to avoid
confusion and to simplify configuration. This breaking change
ensures that any user currently using ports.grpc in an encrypted
mode will receive an error message indicating that ports.grpc_tls
must be explicitly used.
The suggested action for these users is to simply swap their ports.grpc
to ports.grpc_tls in the configuration file. If both ports are defined,
or if the user has not configured TLS for grpc, then the error message
will not be printed.
2022-11-11 14:29:22 -06:00
Derek Menteer
d981fb8d14
Add peering incompatibility warning to upgrade docs. ( #15319 )
2022-11-10 09:32:31 -06:00
Luke Kysow
c80f8c3526
Add description for anon token policy ( #15311 )
2022-11-09 10:26:10 -08:00
malizz
b9a9e1219c
update config defaults, add docs ( #15302 )
...
* update config defaults, add docs
* update grpc tls port for non-default values
* add changelog
* Update website/content/docs/upgrading/upgrade-specific.mdx
Co-authored-by: Derek Menteer <105233703+hashi-derek@users.noreply.github.com>
* Update website/content/docs/agent/config/config-files.mdx
Co-authored-by: Derek Menteer <105233703+hashi-derek@users.noreply.github.com>
* update logic for setting grpc tls port value
* move default config to default.go, update changelog
* update docs
* Fix config tests.
* Fix linter error.
* Fix ConnectCA tests.
* Cleanup markdown on upgrade notes.
Co-authored-by: Derek Menteer <105233703+hashi-derek@users.noreply.github.com>
Co-authored-by: Derek Menteer <derek.menteer@hashicorp.com>
2022-11-09 09:29:55 -08:00
Krastin Krastev
f5669a3ec5
docs: fix links in ent-license faq ( #15242 )
2022-11-09 15:56:58 +01:00
Sudharshan K S
9cb7311abc
Update dns-tools-compare.mdx ( #15287 )
...
Corrected the markdown to correctly display the link
2022-11-08 16:29:22 -05:00
Jeff Boruszak
80fb1f0e3f
docs: Admin Partition clarification for cluster peering ( #15281 )
...
* Updates
* datcenter statement
* cluster peering page addition
* typo fix
* Update website/content/docs/enterprise/admin-partitions.mdx
* Update website/content/docs/enterprise/admin-partitions.mdx
Co-authored-by: Tu Nguyen <im2nguyen@users.noreply.github.com>
Co-authored-by: Tu Nguyen <im2nguyen@users.noreply.github.com>
2022-11-08 14:40:03 -06:00
David Yu
b848849742
docs: cluster peering docs feedback ( #15268 )
...
* docs: cluster peering docs feedback
Co-authored-by: Nathan Coleman <nathan.coleman@hashicorp.com>
2022-11-04 15:01:23 -07: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
Nathan Coleman
2f005f2086
Update required Helm chart version to match APIGW release notes ( #15168 )
2022-10-31 16:31:10 -04: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
Nathan Coleman
5d73fda1f4
Fix broken link in Consul API Gateway docs
2022-10-28 15:01:38 -04:00
Jared Kirschner
1296ce8c4d
Merge pull request #15141 from hashicorp/docs/upgrade-vault-ca-provider-policy-guidance
...
docs: update Vault CA provider policy guidance
2022-10-24 17:34:43 -04:00
Jared Kirschner
1ac7988541
docs: update Vault CA provider policy guidance
2022-10-24 14:16:51 -07:00
Jared Kirschner
61b60a79e1
Merge pull request #15028 from hashicorp/docs/auto-cert-1-13-2
...
Update upgrade docs for 1.13.2.
2022-10-24 11:39:29 -04:00
Freddy
94ff34bbe4
Update website/content/docs/upgrading/upgrade-specific.mdx
2022-10-22 15:49:57 -06:00
Freddy
415e4a5012
Update website/content/docs/upgrading/upgrade-specific.mdx
...
Co-authored-by: Jared Kirschner <85913323+jkirschner-hashicorp@users.noreply.github.com>
2022-10-21 18:12:25 -06:00
Freddy
d47006d27e
Update website/content/docs/upgrading/upgrade-specific.mdx
...
Co-authored-by: Jared Kirschner <85913323+jkirschner-hashicorp@users.noreply.github.com>
2022-10-21 18:12:13 -06:00
David Yu
d714003dda
docs: update versions to include .x in release notes ( #15104 )
2022-10-21 16:20:24 -07:00
Freddy
ccf15f4153
Merge pull request #15032 from hashicorp/docs/mgw-primary-upgrade
2022-10-21 16:52:27 -06:00
Freddy
72553b3499
Update website/content/docs/connect/gateways/mesh-gateway/wan-federation-via-mesh-gateways.mdx
...
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2022-10-21 16:43:40 -06:00
freddygv
ca9df9c851
Clarify how addresses are propagated
2022-10-21 15:50:49 -06:00
freddygv
50709e60d4
Relax start version requirement
2022-10-21 15:27:39 -06:00
Freddy
b9fa83b72b
Update website/content/docs/connect/gateways/mesh-gateway/wan-federation-via-mesh-gateways.mdx
...
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2022-10-21 15:17:00 -06:00
Freddy
21c6edcdc7
Update website/content/docs/upgrading/upgrade-specific.mdx
...
Co-authored-by: Jared Kirschner <85913323+jkirschner-hashicorp@users.noreply.github.com>
2022-10-21 15:15:35 -06:00
Freddy
5944c28dd6
Update website/content/docs/upgrading/upgrade-specific.mdx
...
Co-authored-by: Jared Kirschner <85913323+jkirschner-hashicorp@users.noreply.github.com>
2022-10-21 15:15:29 -06:00
Freddy
8c6a8f0b28
Update website/content/docs/upgrading/upgrade-specific.mdx
...
Co-authored-by: Jared Kirschner <85913323+jkirschner-hashicorp@users.noreply.github.com>
2022-10-21 15:15:22 -06:00
Jared Kirschner
cc843c4be8
Merge pull request #14813 from hashicorp/docs/1-10-upgrade-compatibility-clarification
...
docs: clarify 1.10 upgrade compatibility
2022-10-21 16:57:23 -04:00
Jared Kirschner
db413fcdb8
docs: clarify 1.10 upgrade compatibility
2022-10-21 10:04:52 -07:00
Jared Kirschner
db6364a68f
Merge pull request #15045 from hashicorp/docs/fix-recently-broken-links
...
Docs/fix recently broken links
2022-10-21 10:02:35 -04:00
Jared Kirschner
434d92c488
docs: use standard links in ent callout
2022-10-21 06:18:05 -07:00
trujillo-adam
c5f736fdab
fixed broken link/typo in service mesh reg page
2022-10-20 13:00:33 -07:00
trujillo-adam
2765f58bc7
Merge pull request #14166 from nickwales/main
...
Typo fix
2022-10-20 09:24:50 -07:00
Tu Nguyen
e8fcbfe19e
Merge pull request #15036 from hashicorp/update-ent-license-link
...
Update enterprise license link
2022-10-18 23:22:01 -07:00
Jared Kirschner
f59483bc9e
docs: fix api docs anchor links
2022-10-18 12:53:53 -07:00
Jared Kirschner
04a14e8f07
docs: fix ent feature matrix links
2022-10-18 12:32:56 -07:00
trujillo-adam
588a196c86
Merge pull request #15033 from hashicorp/docs/fix-front-matter-typo
...
Docs/fix front matter typo
2022-10-18 12:31:28 -07:00
Chris S. Kim
29a297d3e9
Refactor client RPC timeouts ( #14965 )
...
Fix an issue where rpc_hold_timeout was being used as the timeout for non-blocking queries. Users should be able to tune read timeouts without fiddling with rpc_hold_timeout. A new configuration `rpc_read_timeout` is created.
Refactor some implementation from the original PR 11500 to remove the misleading linkage between RPCInfo's timeout (used to retry in case of certain modes of failures) and the client RPC timeouts.
2022-10-18 15:05:09 -04:00
Tu Nguyen
b46172d4a3
Update enterprise license link
2022-10-18 10:52:50 -07:00
trujillo-adam
3f3847d651
clarification that Consul K8s in these instructions refers to the the CLI tool
2022-10-18 09:14:26 -07:00
freddygv
ef2127ec51
Fixup links
2022-10-18 10:12:45 -06:00
freddygv
b8ef47f6d6
Add docs about upgrading primary mesh gateways
...
Care must be taken when replacing mesh gateways in the primary
datacenter, because if the old addresses become unreachable before the
secondary datacenters receive the new addresses then the primary
datacenter overall will become unreachable.
This commit adds docs related to this class of upgrades.
2022-10-18 10:08:43 -06:00
trujillo-adam
55b387b5be
removed quotation marks around front matter and revised the introduction
2022-10-18 08:56:38 -07:00
freddygv
0d4b11c01b
Update upgrade docs for 1.13.2.
...
In 1.13.2 we added a new flag called use_auto_cert to address issues
previously documented in the upgrade guide. Originally there was no way
to disable TLS for gRPC when auto-encrypt was in use, because TLS was
enabled for gRPC due to the presence of auto-encrypt certs.
As of 1.13.2, using auto-encrypt certs as the signal to enable TLS for
gRPC is opt-in only. Meaning that if anyone who had upgraded to 1.13
relied on that side-effect, they now need to explicitly configure it.
2022-10-18 09:43:32 -06:00
David Yu
efe25cfe46
docs: formatting on backend application and delete peering CRDs ( #15007 )
...
* docs: formatting on backend application and delete peering CRDs
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2022-10-17 10:34:05 -07:00
Chris S. Kim
3d2dffff16
Merge pull request #13388 from deblasis/feature/health-checks_windows_service
...
Feature: Health checks windows service
2022-10-17 09:26:19 -04: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
David Yu
1a883891a7
docs: improvements on language from cluster peering steps ( #14993 )
...
* docs: improvements on language from cluster peering steps
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2022-10-14 14:29:11 -07:00
Dan Upton
328e3ff563
proxycfg: rate-limit delivery of config snapshots ( #14960 )
...
Adds a user-configurable rate limiter to proxycfg snapshot delivery,
with a default limit of 250 updates per second.
This addresses a problem observed in our load testing of Consul
Dataplane where updating a "global" resource such as a wildcard
intention or the proxy-defaults config entry could starve the Raft or
Memberlist goroutines of CPU time, causing general cluster instability.
2022-10-14 15:52:00 +01:00
David Yu
2c5f6a4678
1.14 dataplane docs beta: Bump to beta3 ( #14979 )
...
Bump to beta
2022-10-13 14:40:40 -07:00
malizz
b0b0cbb8ee
increase protobuf size limit for cluster peering ( #14976 )
2022-10-13 13:46:51 -07:00
Paul Glass
bcda205f88
Add consul.xds.server.streamStart metric ( #14957 )
...
This adds a new consul.xds.server.streamStart metric to measure the time taken to first generate xDS resources after an xDS stream is opened.
2022-10-12 14:17:58 -05:00
Stuart
e2a6028e8e
Fixed broken links referring to tutorials running as local agent ( #14954 )
2022-10-11 13:01:29 -07:00
Bryce Kalow
eb6254c96d
docs: fix malformed yaml ( #14952 )
2022-10-11 12:25:19 -05:00
John Murret
d1f89458b3
[Docs] Add docs for memberlist metrics ( #14753 )
...
* Add metrics for consul.memberlist.node.instances, consul.memberlist.queue.broadcast, consul.memberlist.size.local, and consul.memberlist.size.remote
* Fixing last table on page that does not render properly
* fixing queue name
2022-10-11 10:02:51 -06:00
boruszak
8293a2b97b
Deployment issue fix
2022-10-11 10:22:41 -05:00
boruszak
212298fd5c
Merge branch 'main' into docs/search-refresh06
2022-10-11 10:17:22 -05:00
boruszak
38b1a515f1
Mergimg
2022-10-11 10:10:00 -05:00
Bryce Kalow
6a09b284c9
website: fix broken links ( #14943 )
2022-10-11 09:58:52 -05:00
boruszak
9e1aecc73c
Merge branch 'main' into docs/search-refresh06
2022-10-11 09:43:43 -05:00
Jeff Boruszak
d31be1e949
Update website/content/docs/dynamic-app-config/watches.mdx
...
Co-authored-by: Luke Kysow <1034429+lkysow@users.noreply.github.com>
2022-10-11 09:35:24 -05:00
Jeff Boruszak
9cd63ba543
Apply suggestions from code review
...
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2022-10-11 09:34:36 -05:00
Jeff Boruszak
74f08b9667
Apply suggestions from code review
...
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
Co-authored-by: Luke Kysow <1034429+lkysow@users.noreply.github.com>
Co-authored-by: Jared Kirschner <85913323+jkirschner-hashicorp@users.noreply.github.com>
2022-10-11 09:34:17 -05:00
Geoffrey Grosenbach
58c8a10b98
Fix outdated support email address ( #14907 )
...
The software delivery support email address is no longer valid. This replaces it with a link to the official support website.
2022-10-07 16:29:38 -07:00
Kyle Schochenmaier
2f1845a4fa
update helm docs ( #14912 )
2022-10-07 16:07:57 -07:00
Tim Rosenblatt
97ad73ad24
Fixes broken URLs in Dataplane docs ( #14910 )
2022-10-06 19:23:02 -07:00
Jared Kirschner
2603c0da52
docs: vault ca provider patch upgrade guidance
2022-10-06 16:04:43 -07:00
Alex Oskotsky
13da2c5fad
Add the ability to retry on reset connection to service-routers ( #12890 )
2022-10-05 13:06:44 -04:00
Tu Nguyen
f650aa0044
fix broken links ( #14892 )
2022-10-05 09:54:49 -07:00
Nathan Coleman
78b437760b
Merge pull request #14880 from hashicorp/nathancoleman-patch-1
...
Update CAPIGW comparison docs
2022-10-04 20:14:23 -04:00
Ashlee M Boyer
c6ace151dc
Merge pull request #14878 from hashicorp/docs/amb.fix-broken-links
...
[docs] Fix broken Learn link
2022-10-04 19:11:06 -05:00
Nathan Coleman
90db6f4fd0
Update website/content/docs/consul-vs-other/api-gateway-compare.mdx
...
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2022-10-04 19:41:16 -04:00
Nathan Coleman
86722af89f
Update website/content/docs/consul-vs-other/api-gateway-compare.mdx
...
Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
2022-10-04 18:05:03 -04:00
Nathan Coleman
e22d575240
Use consistent casing for "Consul API Gateway" vs. "API gateway"
2022-10-04 17:35:58 -04:00
Nathan Coleman
710e010594
Update documentation link to improve readability
2022-10-04 17:34:32 -04: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
Kyle Schochenmaier
f64ff29d43
update helm docs for consul-k8s 1.0.0-beta1 ( #14875 )
2022-10-04 12:59:53 -07:00
Eric Haberkorn
1b565444be
Rename `PeerName` to `Peer` on prepared queries and exported services ( #14854 )
2022-10-04 14:46:15 -04:00
Ashlee M Boyer
bf2edc4414
Remove unneeded in params
2022-10-04 14:13:57 -04:00
Ashlee M Boyer
c9236128bf
Fixing broken links
2022-10-04 14:00:32 -04: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
87d7bd8a40
Merge pull request #14794 from hashicorp/docs/cluster-peering
...
docs: Cluster peering 1.14 beta release
2022-10-04 10:46:57 -05:00
Jeff Boruszak
9b99795530
Merge pull request #14770 from hashicorp/docs/agentless-beta
...
docs: Consul Dataplane (Agentless) Beta
2022-10-04 10:41:43 -05:00
Jeff Boruszak
eedfca25c8
Merge pull request #14769 from hashicorp/docs/consul-on-windows-vms
...
docs: Consul on Windows VMs Envoy bootstrapping
2022-10-04 10:41:11 -05:00
trujillo-adam
6f1d7fcd02
Merge pull request #14779 from hashicorp/docs/invoke-services-from-lambda
...
Docs/invoke services from lambda
2022-10-04 08:37:48 -07:00
boruszak
c1f71e3ef8
list
2022-10-04 10:37:39 -05:00
boruszak
9792f9ea26
Reverts + fix
2022-10-04 10:37:39 -05:00
boruszak
cf796ce330
More group fix attempts
2022-10-04 10:20:14 -05:00
boruszak
b455e0d5c8
Tabs fix again
2022-10-04 10:00:53 -05:00
boruszak
631e7c1d7b
Tab groups fix
2022-10-04 09:49:10 -05:00
trujillo-adam
6a7cda41a6
Apply suggestions from code review
...
Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
2022-10-04 07:39:37 -07:00
boruszak
6d0f58ffe5
Minor fixes
2022-10-04 09:31:31 -05:00
boruszak
99639b1316
Installation instructions moved
2022-10-04 09:29:16 -05:00
Jeff Boruszak
9e7c83a129
Apply suggestions from code review
...
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2022-10-04 09:26:07 -05:00
boruszak
aa4b44c27f
Move Installation instructions
2022-10-04 09:07:37 -05:00
vanphan24
f5cb922dd0
first commit with overview page ( #14827 )
...
* Why Choose Consul
Co-authored-by: David Yu <dyu@hashicorp.com>
Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
Co-authored-by: Tu Nguyen <im2nguyen@users.noreply.github.com>
2022-10-03 19:32:43 -07:00
boruszak
71b14a13fc
PeerName changed to Peer - fix
2022-10-03 14:18:59 -05:00
boruszak
6eefbe0e9d
Tutorial links
2022-10-03 14:08:57 -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
dc61cc1914
Update website/content/docs/connect/dataplane/consul-dataplane.mdx
...
Co-authored-by: David Yu <dyu@hashicorp.com>
2022-10-03 12:55:55 -05:00
boruszak
f4731bf0df
Installation isntructions
2022-10-03 12:52:07 -05:00
Jeff Boruszak
12aa3cac4a
Apply suggestions from code review
2022-10-03 11:38:43 -05:00
Jeff Boruszak
69189e0381
Update website/content/docs/connect/cluster-peering/index.mdx
2022-10-03 11:36:48 -05:00
Luke Kysow
de04344e47
Update tech-specs.mdx ( #14840 )
2022-10-03 09:21:42 -07:00
Jeff Boruszak
d1d9fd0a5c
Update website/content/docs/connect/dataplane/index.mdx
...
Co-authored-by: Riddhi Shah <riddhi@hashicorp.com>
2022-10-03 11:16:00 -05:00
boruszak
80bbf8995b
Removed external server constraint
2022-10-03 11:15:12 -05:00
boruszak
d80601e96e
proxy default behavior constraint
2022-10-03 11:14:34 -05:00
Jeff Boruszak
eb9895422d
Apply suggestions from code review
...
Co-authored-by: Riddhi Shah <riddhi@hashicorp.com>
2022-10-03 10:58:43 -05:00
Jeff Boruszak
b530c14032
Update website/content/docs/connect/dataplane/index.mdx
...
Co-authored-by: Riddhi Shah <riddhi@hashicorp.com>
2022-10-03 10:51:24 -05:00
trujillo-adam
70865aa0d6
applied feedback from review
2022-10-01 13:09:36 -07:00
boruszak
80e3f15d47
Dynamic routing clarifications
2022-09-30 15:32:43 -05:00
David Yu
a74d826b0e
updated 0.49.x helm docs ( #14824 )
2022-09-30 12:17:16 -07:00
boruszak
6866e89630
service-resolver alignment
2022-09-30 14:00:55 -05:00
Jeff Boruszak
443dc35c31
Apply suggestions from code review
...
Co-authored-by: Eric Haberkorn <erichaberkorn@gmail.com>
2022-09-30 14:00:37 -05: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
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
Jeff Boruszak
76d4f6e309
Apply suggestions from code review
...
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2022-09-30 09:29:20 -05: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
boruszak
35303f5f79
Page location/nav edits
2022-09-29 14:52:31 -05:00
boruszak
622ccb6ce3
Fixes
2022-09-29 14:48:09 -05: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
trujillo-adam
4d1fb3b11b
applied additional feedback from review
2022-09-29 11:13:19 -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
trujillo-adam
fc5fdc27d0
applied feedback from review
2022-09-28 20:29:05 -07:00
boruszak
dfd5903c8e
Typo fix
2022-09-28 16:19:24 -05:00
boruszak
055bb88ee5
Typo fix
2022-09-28 16:10:36 -05:00
boruszak
efcb466e38
Typo fix
2022-09-28 16:09:23 -05:00
boruszak
2589f07659
Fixes
2022-09-28 16:03:32 -05:00
boruszak
66f8c65e89
Traffic Management
2022-09-28 15:52:03 -05:00
boruszak
3e2a650e5f
k8s page updates
2022-09-28 15:42:21 -05:00
boruszak
6fd154ec73
Tab groupings
2022-09-28 14:13:38 -05:00
boruszak
6f52816680
Kyle Rarey - requested constraints added
2022-09-28 14:00:21 -05:00
boruszak
ff9348f877
Mike Morris clean up requests
2022-09-28 13:57:04 -05: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
boruszak
38a873b114
CLI reference page relocation
2022-09-28 11:03:30 -05:00
trujillo-adam
67c4216822
missed unsaved changes
2022-09-27 20:01:57 -07:00
trujillo-adam
6615c60e57
added docs for invoking services from lambda functions
2022-09-27 20:00:51 -07: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
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
boruszak
2c7d2f9f8a
Minor fixes
2022-09-27 11:27:11 -05:00
Jared Kirschner
99e0d23226
docs: clarify license behavior on restart
2022-09-27 12:24:56 -04:00
boruszak
30999a0c47
k8s installation pages updates
2022-09-27 11:17:17 -05:00
boruszak
4cbf63bb5d
consul-dataplane command + main Dataplane pages
2022-09-27 10:25:25 -05: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
boruszak
0b742a0d75
/docs/dynamic-app-config/
2022-09-23 16:31:00 -05:00
boruszak
cbc8d5df55
/docs/lambda/
2022-09-23 16:29:28 -05:00
boruszak
8f85805c80
/docs/ecs/manual/
2022-09-23 16:23:47 -05:00
boruszak
848a1dec68
/docs/ecs/terraform/
2022-09-23 16:21:03 -05:00
boruszak
5b82975ebf
/docs/ecs/
2022-09-23 16:16:35 -05:00
boruszak
bcc227e285
/docs/k8s/deployment-configuration/
2022-09-23 16:11:23 -05:00
boruszak
77d584d433
/docs/k8s/deployment-configurations/multi-cluster/
2022-09-23 16:08:05 -05:00
boruszak
53129941b5
/docs/security/acl/auth-methods
2022-09-23 16:04:00 -05:00
boruszak
50b238addc
/docs/api-gateway/configuration
...
/docs/api-gateway/
2022-09-23 15:59:02 -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
Alessandro De Blasis
5bba2a3ef4
Update website/content/docs/ecs/configuration-reference.mdx
...
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2022-09-23 07:44:01 +01: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
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
Nick Wales
3d7decaddc
Merge branch 'main' into main
2022-09-16 12:43:54 -05:00
boruszak
b4cc55d766
Clean up
2022-09-16 11:15:55 -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
Jeff Boruszak
57d410a717
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
7c2b8e4f5b
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
bd39e1b25c
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
72e53c7698
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
78c53efc25
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
2b171fc893
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
21621f314c
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
0dba086cdb
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
e53af28bd7
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
25cfe31507
docs: Fix spelling errors on website ( #14634 )
2022-09-15 09:03:12 -07:00
Jeff Boruszak
2a86195f22
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
a208928c2f
Update website/content/docs/enterprise/admin-partitions.mdx
2022-09-15 09:46:06 -05:00
David Yu
6d9df7aedb
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
605b850b1f
docs: update /install -> /downloads ( #14631 )
2022-09-14 18:34:25 -05:00
trujillo-adam
6f21f5f799
Merge branch 'main' into docs/what-is-consul-devdot-update
2022-09-14 15:57:04 -07:00
boruszak
46499d2ca7
/docs/k8s/connect/observability
2022-09-14 17:49:29 -05:00
boruszak
beee474916
/docs/k8s/connect
2022-09-14 17:48:49 -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
boruszak
906ebb9769
/docs/k8s/installation + /installation/platforms
2022-09-14 17:44:13 -05:00
trujillo-adam
77ea91458a
applied feedback from review
2022-09-14 15:42:19 -07:00
boruszak
acfbda94e7
/docs/k8s/operations
2022-09-14 17:29:21 -05:00
boruszak
0de4184b95
/docs/k8s
2022-09-14 17:26:14 -05:00
boruszak
e339379291
/docs/k8s/upgrades
2022-09-14 17:21:47 -05:00
boruszak
2a70eef7c8
/docs/k8s/crds
2022-09-14 17:20:05 -05:00
Derek Menteer
2721fc9a6e
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
d0416f593c
connect: Bump latest Envoy to 1.23.1 in test matrix ( #14573 )
2022-09-14 13:20:16 -07:00
trujillo-adam
9a3c7816a1
updated meta desc for consistency
2022-09-14 13:07:16 -07:00
trujillo-adam
a2f6c97796
update to main what is consul page
2022-09-13 16:00:44 -07:00
trujillo-adam
b80b91d516
minor updates to dup docs landing page
2022-09-13 15:21:25 -07:00
DanStough
0150e88200
feat: add PeerThroughMeshGateways to mesh config
2022-09-13 17:19:54 -04:00
boruszak
2b69d809ce
/docs/connect/config-entries
2022-09-13 16:04:13 -05:00
boruszak
38fd65bb2c
/docs/connect/proxies
2022-09-13 15:58:57 -05:00
boruszak
ebcb557ebf
/docs/connect/gateways/mesh-gateways
2022-09-13 15:55:24 -05:00
boruszak
f60da88228
/docs/connect/gateways
2022-09-13 15:52:02 -05:00
boruszak
76f044d7a3
/connect/cluster-peering
2022-09-13 15:50:15 -05:00
boruszak
653cfb431d
/docs/connect
2022-09-13 15:48:39 -05:00
boruszak
2b122dd262
/docs/connect/observability
2022-09-13 15:34:10 -05:00
boruszak
b79fb73468
/docs/connect/ca
2022-09-13 15:30:45 -05:00
boruszak
df9702f9d1
/docs/connect/l7-traffic
2022-09-13 15:26:51 -05:00
boruszak
4b6fef4c97
/docs/connect/native
2022-09-13 15:24:43 -05:00
boruszak
f76983f1fb
/docs/connect/registration
2022-09-13 15:22:38 -05:00
boruszak
9c5de92d9f
/docs/concepts
2022-09-13 15:00:43 -05:00
boruszak
a95a7ec40f
/docs/architecture
2022-09-13 14:58:34 -05:00
boruszak
76c064d1fd
/docs/internals
2022-09-13 14:55:30 -05:00
boruszak
f91f01c891
/docs/agent
2022-09-13 14:45:42 -05:00
boruszak
add1b0a61c
/docs/agent/config
2022-09-13 14:41:42 -05:00
boruszak
977ac69f1d
/docs/discovery
2022-09-13 14:38:47 -05:00
boruszak
8d742d5fe7
/docs/integrate
2022-09-13 14:36:17 -05:00
boruszak
6c0f27f427
/docs/security/acl
2022-09-13 14:32:13 -05:00
boruszak
8a58aab610
/docs/security
2022-09-13 14:27:16 -05:00
boruszak
dd8907c137
/docs/security/security-models
2022-09-13 14:26:07 -05:00
cskh
f22685b969
Config-entry: Support proxy config in service-defaults ( #14395 )
...
* Config-entry: Support proxy config in service-defaults
* Update website/content/docs/connect/config-entries/service-defaults.mdx
Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
2022-09-12 10:41:58 -04:00
Eric Haberkorn
45a5f28a60
Update the service resolver documentation to include cluster peering failover and redirects ( #14513 )
...
Update the service resolver documentation to include cluster peering failover and redirects
2022-09-09 16:57:23 -04:00
Kyle Schochenmaier
208dd1452a
[docs] use values.yaml instead of config.yaml everywhere for helm configurations ( #14554 )
...
* use values.yaml instead of config.yaml everywhere for helm values
* update docs
2022-09-09 13:56:33 -07:00
boruszak
8d181dacd6
/docs/enterprise/license
2022-09-09 14:57:15 -05:00
boruszak
eba36ba9b9
/docs/enterprise
2022-09-09 13:46:33 -05:00
boruszak
a6cd059335
/docs/intro
2022-09-09 13:35:24 -05:00
boruszak
18e18440ed
/docs/troubleshoot
2022-09-09 13:32:41 -05:00
boruszak
e3f6a3a060
/docs/install/index.mdx
2022-09-09 13:30:04 -05:00
boruszak
7d09a93824
/docs/install pages
2022-09-09 13:27:35 -05:00
Kyle Schochenmaier
6e046315c6
[docs] update CNI docs to indicate how the CNI plugin is installed ( #14546 )
...
* update CNI docs to indicate that the CNI plugin is installed through the helm chart
Co-authored-by: Tu Nguyen <im2nguyen@users.noreply.github.com>
Co-authored-by: Paul Banks <banks@banksco.de>
2022-09-09 12:28:15 -05:00
Krastin Krastev
b0218ea35b
docs: fix helm stanza in admin-partitions ( #14523 )
2022-09-09 09:58:53 -07:00
Dan Upton
1c2c975b0b
xDS Load Balancing ( #14397 )
...
Prior to #13244 , connect proxies and gateways could only be configured by an
xDS session served by the local client agent.
In an upcoming release, it will be possible to deploy a Consul service mesh
without client agents. In this model, xDS sessions will be handled by the
servers themselves, which necessitates load-balancing to prevent a single
server from receiving a disproportionate amount of load and becoming
overwhelmed.
This introduces a simple form of load-balancing where Consul will attempt to
achieve an even spread of load (xDS sessions) between all healthy servers.
It does so by implementing a concurrent session limiter (limiter.SessionLimiter)
and adjusting the limit according to autopilot state and proxy service
registrations in the catalog.
If a server is already over capacity (i.e. the session limit is lowered),
Consul will begin draining sessions to rebalance the load. This will result
in the client receiving a `RESOURCE_EXHAUSTED` status code. It is the client's
responsibility to observe this response and reconnect to a different server.
Users of the gRPC client connection brokered by the
consul-server-connection-manager library will get this for free.
The rate at which Consul will drain sessions to rebalance load is scaled
dynamically based on the number of proxies in the catalog.
2022-09-09 15:02:01 +01:00
Jeff Apple
deda99a387
Merge pull request #14534 from hashicorp/docs/capigw-tech-spec-update
...
Docs: add limitations to Tech Specs
2022-09-08 14:47:39 -07:00
Jeff Apple
776c98d109
Update website/content/docs/api-gateway/tech-specs.mdx
2022-09-08 14:41:06 -07:00
Nathan Coleman
f0e8d44c80
Update website/content/docs/api-gateway/tech-specs.mdx
2022-09-08 15:56:28 -04:00
Jeff Apple
86754cfe5a
Update website/content/docs/api-gateway/tech-specs.mdx
...
Co-authored-by: Nathan Coleman <nathan.coleman@hashicorp.com>
2022-09-08 12:55:15 -07:00
Jeff Apple
402ddd6dcd
Update website/content/docs/api-gateway/tech-specs.mdx
...
Co-authored-by: Nathan Coleman <nathan.coleman@hashicorp.com>
2022-09-08 12:54:02 -07:00
Derek Menteer
f7c884f0af
Merge branch 'main' of github.com:hashicorp/consul into derekm/split-grpc-ports
2022-09-08 14:53:08 -05:00
Jeff Apple
a1eb38213a
Update website/content/docs/api-gateway/tech-specs.mdx
...
Co-authored-by: Nathan Coleman <nathan.coleman@hashicorp.com>
2022-09-08 12:51:44 -07:00
Jeff Apple
16f5d7c381
Docs: add limitations to Tech Specs
2022-09-08 11:38:27 -07:00
trujillo-adam
2ef4d2f4d9
Merge branch 'main' into nia/docs-0.7.0
2022-09-08 10:03:57 -07:00
trujillo-adam
fc04fb1b51
updated HA configuration ref
2022-09-07 14:13:39 -07:00
trujillo-adam
7ced09c8aa
Apply suggestions from code review
...
Co-authored-by: Michael Wilkerson <62034708+wilkermichael@users.noreply.github.com>
2022-09-07 14:00:56 -07:00
trujillo-adam
d974e1903c
Apply suggestions from code review
...
Co-authored-by: Michael Wilkerson <62034708+wilkermichael@users.noreply.github.com>
2022-09-07 12:53:58 -07:00
Krastin Krastev
0abb923d66
docs: licensing improvements ( #14488 )
...
Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
2022-09-06 18:39:07 -07:00
David Yu
7d580b3857
docs: small typos in single dc k8s clusters ( #14484 )
...
* docs: small typos in single dc k8s clusters
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2022-09-06 16:55:09 -07:00
trujillo-adam
87e4a66c0d
fixed bad links in status/cluster endpoint ref
2022-09-06 16:13:28 -07:00
trujillo-adam
120e8b43ec
applied AJs feedback and made a few additional improvements
2022-09-06 16:00:09 -07:00
trujillo-adam
321044312f
udpated how to ID the leader in the usage docs
2022-09-06 12:09:03 -07:00
trujillo-adam
47f3a00969
added no-HA API status error message to EMs page
2022-09-06 11:59:21 -07:00
trujillo-adam
c76116fec2
added cluster endpoint to status API docs
2022-09-06 11:55:07 -07:00
Derek Menteer
bf769daae4
Merge branch 'main' of github.com:hashicorp/consul into derekm/split-grpc-ports
2022-09-06 10:51:04 -05:00
Tu Nguyen
110139a4df
revert links to learn
2022-09-06 08:35:01 -07:00
David Yu
97606d94a3
docs: Update single dc multiple k8s clusters doc ( #14476 )
...
Co-authored-by: Jona Apelbaum <jona@hashicorp.com>
2022-09-02 15:34:15 -07:00
Kyle Schochenmaier
25d272a67a
update helm docs for release 0.48.0 ( #14459 )
2022-09-01 17:21:27 -07:00
trujillo-adam
61291ef9c5
Docs cni plugin ( #14009 )
...
Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
2022-09-01 16:22:11 -07:00
David Yu
16e8179a9a
docs: Consul K8s 0.48.0 release notes ( #14414 )
...
Co-authored-by: Thomas Eckert <teckert@hashicorp.com>
2022-09-01 16:21:36 -07:00
DanStough
e617e7df3e
feat(cli): add initial peering cli commands
2022-09-01 17:20:13 -04:00
Kyle Schochenmaier
c02b841a3f
[docs] update docs for kube-1.24 support ( #14339 )
...
* update docs for kube-1.24 support.
Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
2022-09-01 13:33:37 -05:00
David Yu
e36650c49c
docs: minor changes to cluster peering k8s docs and typos ( #14442 )
...
* docs: minor changes to cluster peering k8s docs and typos
2022-09-01 10:10:32 -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
Chris S. Kim
e62f830fa8
Merge pull request #13998 from jorgemarey/f-new-tracing-envoy
...
Add new envoy tracing configuration
2022-09-01 08:57:23 -04:00
Jorge Marey
f476a80aa9
Fix typo on documentation
2022-08-31 23:14:25 +02:00
Tu Nguyen
c94f8c26c2
Merge branch 'main' into dev-portal
2022-08-31 11:21:14 -07:00
Jared Kirschner
a88ca9518d
docs: node lookups don't support filtering on tag
2022-08-31 13:58:23 -04:00
Chris S. Kim
e12a13d277
Fix code example
2022-08-31 12:11:15 -04:00
Thomas Kula
436bc8f3e3
Typo fix in service-splitter.mdx
2022-08-30 17:51:17 -07:00
David Yu
9e726e7691
docs: re-organize service and node lookups for Consul Enterprise ( #14389 )
...
* docs: re-organize service and node lookups for Consul Enterprise
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
Co-authored-by: Jared Kirschner <85913323+jkirschner-hashicorp@users.noreply.github.com>
2022-08-30 15:17:35 -07:00
Alessandro De Blasis
60c7c831c6
Merge remote-tracking branch 'hashicorp/main' into feature/health-checks_windows_service
2022-08-30 18:49:20 +01:00
Josh Roose
7345432c3b
events compiled to JSON sentence structure ( #13717 )
2022-08-30 09:53:18 -07:00
Jorge Marey
3f3bb8831e
Fix typos. Add test. Add documentation
2022-08-30 16:59:02 +02:00
Tu Nguyen
8e76d38db9
Apply suggestions from code review
2022-08-29 15:33:22 -07:00
Max Bowsher
decc9231ee
Merge branch 'main' into fix-kv_entries-metric
2022-08-29 22:22:10 +01:00
David Yu
e6b63221eb
docs: Cluster peering with Transparent Proxy updates ( #14369 )
...
* Update Cluster Peering docs to show example with Transparent Proxy
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2022-08-29 13:07:08 -07:00
Derek Menteer
ce99ccd390
Add documentation and changelog entry.
2022-08-29 13:43:49 -05:00
David Yu
daa30a03c3
docs: Update Consul K8s release notes ( #14379 )
2022-08-29 11:34:39 -07:00
Alessandro De Blasis
fd2dd89faa
Update website/content/docs/discovery/checks.mdx
...
Co-authored-by: Jared Kirschner <85913323+jkirschner-hashicorp@users.noreply.github.com>
2022-08-29 17:18:41 +01:00
Alessandro De Blasis
b391392a71
Update website/content/docs/discovery/checks.mdx
...
Co-authored-by: Jared Kirschner <85913323+jkirschner-hashicorp@users.noreply.github.com>
2022-08-29 17:18:27 +01:00
Tu Nguyen
04d66e78c3
Merge branch 'dev-portal' into replace-references-to-learn
2022-08-28 19:34:45 -07:00
Tu Nguyen
f06348c73e
fix merge conflicts
2022-08-28 19:33:37 -07:00
Tu Nguyen
5e86650306
Merge pull request #14355 from hashicorp/consul-docs-ia-reshuffle
2022-08-28 14:31:23 -07:00
Alessandro De Blasis
1d5bb02d9d
docs(checks): updated OSService docs to match new format
2022-08-28 18:10:00 +01:00
Alessandro De Blasis
f3437eaf05
Merge remote-tracking branch 'hashicorp/main' into feature/health-checks_windows_service
...
Signed-off-by: Alessandro De Blasis <alex@deblasis.net>
2022-08-28 18:09:31 +01:00
Alessandro De Blasis
61f6fa9c68
Update website/content/docs/discovery/checks.mdx
...
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2022-08-28 17:26:58 +01:00
trujillo-adam
211b593a54
Update website/content/docs/nia/usage/run-ha.mdx
2022-08-26 15:48:55 -07:00
trujillo-adam
2fe7c588cd
Merge branch 'main' into nia/docs-0.7.0
2022-08-26 15:41:33 -07:00
trujillo-adam
dda670044e
final content tweaks for CTS 0.7 docs
2022-08-26 14:46:13 -07:00
trujillo-adam
d5145629c3
Apply suggestions from code review
...
Co-authored-by: lornasong <lornasong@users.noreply.github.com>
2022-08-26 14:28:20 -07:00
David Yu
b1ba0a89bc
docs: Release notes for Consul 1.12, 1.13 and Consul K8s 0.47.0 ( #14352 )
...
* consul 1.12, consul 1.13, and consul-k8s release notes
Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
2022-08-26 13:37:41 -07:00
trujillo-adam
8593e712c1
Apply suggestions from code review
...
Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
Co-authored-by: Michael Wilkerson <62034708+wilkermichael@users.noreply.github.com>
2022-08-26 12:20:29 -07:00
trujillo-adam
134f996df0
Apply suggestions from code review
...
Co-authored-by: Michael Wilkerson <62034708+wilkermichael@users.noreply.github.com>
Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
2022-08-26 12:18:28 -07:00
trujillo-adam
56470630fb
Apply suggestions from code review
...
Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
2022-08-26 11:58:19 -07:00
Thomas Eckert
e64a28516d
Merge pull request #14347 from hashicorp/update-terminating-gateway-docs
...
Update Kubernetes Terminating Gateway Docs
2022-08-26 12:52:09 -04:00
smamindla57
eb0c5bb9a1
Updated consul monitoring with Newrelic APM ( #14360 )
...
* added newrelic consul quickstart link
* adding HCP Consul
Co-authored-by: David Yu <dyu@hashicorp.com>
2022-08-26 09:13:46 -07:00
trujillo-adam
c56afd4913
replaced HA diagrams with SVG files
2022-08-26 08:38:51 -07:00
Tu Nguyen
e00e0666ca
Replace references to Learn
2022-08-25 23:05:08 -07:00
Tu Nguyen
6dcc2a2110
Update Learn links in prep for devdot
2022-08-25 22:49:29 -07:00
trujillo-adam
8405908bca
updated the compatibility table for 0.7
2022-08-25 19:36:54 -07:00
trujillo-adam
7ab3a3052a
add HA to configuration reference, updated other configuration params
2022-08-25 19:34:22 -07:00
trujillo-adam
da0bbd80e8
added ha information to the API endpoints docs
2022-08-25 17:59:49 -07:00
trujillo-adam
0fe310605a
updates to the architecture page
2022-08-25 17:18:06 -07:00
trujillo-adam
954c5f3481
added error messages page and link fixes to a few pages
2022-08-25 16:58:20 -07:00
trujillo-adam
bd5364638d
add HA usage page and small revisions to standard usage page
2022-08-25 16:44:14 -07:00
trujillo-adam
909aba1e22
partial update to the nav, revisisions to the usage requirements page
2022-08-25 15:07:47 -07:00
trujillo-adam
cd07f5dd04
updated reset-store flag and other page content
2022-08-25 14:11:59 -07:00
Jared Kirschner
21bc0add9a
Merge pull request #13932 from hashicorp/docs/crossref-maint-mode-from-health-checks
...
docs: improve health check related docs
2022-08-25 16:56:30 -04:00
Jared Kirschner
20f291fa06
docs: improve health check related docs
...
Includes:
- Improved scannability and organization of checks overview
- Checks overview includes more guidance on
- How to register a health check
- The options available for a health check definition
- Contextual cross-references to maintenance mode
2022-08-25 13:47:22 -07:00
Thomas Eckert
70a1cbd8ea
Capitalize Helm
2022-08-25 14:44:45 -04:00
Thomas Eckert
5064fbc254
Add links to requirements
2022-08-25 14:44:33 -04:00
Thomas Eckert
ed4a430b3e
Use tabs for destinations
2022-08-25 14:40:18 -04:00
Thomas Eckert
77c9995a8e
Lil' more cleanup
2022-08-25 14:04:33 -04:00
Thomas Eckert
6d9872388b
Clean up copy in ACL role update
2022-08-25 14:03:43 -04:00
Thomas Eckert
e990b03d5c
Normalize table with nobrs
2022-08-25 13:56:13 -04:00
Thomas Eckert
a2a7b56292
Format traffic behaviors table
2022-08-25 13:37:52 -04:00
Thomas Eckert
65dce3476f
Clean up copy for registration
2022-08-25 13:27:43 -04:00
Thomas Eckert
884dda25c2
Use tabs for with and without TLS
2022-08-25 13:02:55 -04:00
Thomas Eckert
ac129339f8
Instruct users to use the CLI
2022-08-25 12:49:54 -04:00
Thomas Eckert
4d40d02c73
Remove warning about 1.9
2022-08-25 12:45:57 -04:00
Evan Culver
8e6b6a49a2
docs: Update Envoy support matrix to match the code ( #14338 )
2022-08-24 17:04:26 -07:00
Pablo Ruiz García
1f293e5244
Added new auto_encrypt.grpc_server_tls config option to control AutoTLS enabling of GRPC Server's TLS usage
...
Fix for #14253
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2022-08-24 12:31:38 -04:00