mention Consul Dataplane compat in 1.13.x upgrade notes (#18063)
* mention Consul Dataplane compat in 1.13.x upgrade notes * change heading level Co-authored-by: Meggie <meggie@hashicorp.com> Co-authored-by: Meggie <meggie@hashicorp.com>
This commit is contained in:
parent
b51b2a7027
commit
d392754914
|
@ -16,6 +16,8 @@ for Vault 1.13.x compared to 1.12. Please read it carefully.
|
|||
|
||||
## Changes
|
||||
|
||||
@include 'consul-dataplane-upgrade-note.mdx'
|
||||
|
||||
### AliCloud Auth Role Parameter
|
||||
|
||||
The AliCloud auth plugin will now require the `role` parameter on login. This
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
### Consul Dataplane Compatibility
|
||||
If you are using Consul on Kubernetes, please be aware that upgrading to Consul 1.14.0 will impact Consul [secrets](/docs/secrets/consul), [storage](/docs/configuration/storage/consul), and [service registration](/docs/configuration/service-registration/consul). As of Consul 1.14.0, Consul on Kubernetes uses [Consul Dataplane](https://developer.hashicorp.com/consul/docs/connect/dataplane) by default instead of client agents. Vault does not currently support Consul Dataplane. Please follow the Consul 1.14.0 [upgrade guide](https://developer.hashicorp.com/consul/docs/k8s/upgrade#upgrading-to-consul-dataplane) to ensure that your Consul on Kubernetes deployment continues to use client agents.
|
Loading…
Reference in New Issue