backport of commit ba7fa19507 (#15324)

This pull request was automerged via backport-assistant
pull/15323/head
hc-github-team-consul-core 2022-11-10 10:32:55 -05:00 committed by GitHub
parent 3a8f6dddad
commit feb3bc2d2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 1 deletions

View File

@ -18,7 +18,7 @@ upgrade flow.
### Service Mesh Compatibility
##### Changes to gRPC TLS configuration
#### Changes to gRPC TLS configuration
**Make configuration changes** if using sidecar proxies or gateways that include any of the following configuration file values:
1. [`ports.https`](/docs/agent/config/config-files#https_port) - Encrypts gRPC in Consul 1.12 and prior
@ -36,6 +36,14 @@ For most environments, the Envoy communication to Consul is loop-back only and d
If you already use gRPC encryption, change the existing `ports.grpc` to `ports.grpc_tls` in your configuration to ensure compatibility with future releases.
#### Changes to peering
[Cluster peering](/docs/connect/cluster-peering) was released in Consul 1.13 as an experimental feature.
In Consul 1.14, cluster peering has been improved and is now considered stable. All experimental peering
connections created by 1.13 should be
[deleted](/docs/connect/cluster-peering/create-manage-peering#delete-peering-connections)
prior to upgrading, as they will no longer be compatible with 1.14.
## Consul 1.13.x
### Service Mesh Compatibility