From d3927549149221545fa3284a25880ac36e553f4d Mon Sep 17 00:00:00 2001 From: Chris Capurso <1036769+ccapurso@users.noreply.github.com> Date: Mon, 21 Nov 2022 14:11:13 -0500 Subject: [PATCH] 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 Co-authored-by: Meggie --- website/content/docs/upgrading/upgrade-to-1.13.x.mdx | 2 ++ website/content/partials/consul-dataplane-upgrade-note.mdx | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 website/content/partials/consul-dataplane-upgrade-note.mdx diff --git a/website/content/docs/upgrading/upgrade-to-1.13.x.mdx b/website/content/docs/upgrading/upgrade-to-1.13.x.mdx index 9a9a62506..d0fd7fe22 100644 --- a/website/content/docs/upgrading/upgrade-to-1.13.x.mdx +++ b/website/content/docs/upgrading/upgrade-to-1.13.x.mdx @@ -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 diff --git a/website/content/partials/consul-dataplane-upgrade-note.mdx b/website/content/partials/consul-dataplane-upgrade-note.mdx new file mode 100644 index 000000000..d4a6d31f6 --- /dev/null +++ b/website/content/partials/consul-dataplane-upgrade-note.mdx @@ -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.