diff --git a/website/content/docs/connect/dataplane/index.mdx b/website/content/docs/connect/dataplane/index.mdx index 9101fc6b29..c7d142ddd4 100644 --- a/website/content/docs/connect/dataplane/index.mdx +++ b/website/content/docs/connect/dataplane/index.mdx @@ -11,7 +11,7 @@ description: >- This topic provides an overview of Consul Dataplane, a lightweight process for managing Envoy proxies introduced in Consul v1.14.0. Consul Dataplane removes the need to run client agents on every node in a cluster for service discovery and service mesh. Instead, Consul deploys sidecar proxies that provide lower latency, support additional runtimes, and integrate with cloud infrastructure providers. -Consul Dataplane requires servers running Consul v1.14.0-beta1+. +Consul Dataplane requires servers running Consul v1.14.0-beta1+ and Consul K8s v1.0.0-beta1+. ## What is Consul Dataplane? @@ -44,14 +44,14 @@ To install the beta release of Consul Dataplane, set `VERSION` to `1.0.0-beta` a #### Helm ```shell-session -$ export VERSION=1.0.0-beta +$ export VERSION=1.0.0-beta3 $ helm install consul hashicorp/consul --set global.name=consul --version ${VERSION} --create-namespace --namespace consul ``` #### Consul-k8s CLI ```shell-session -$ export VERSION=1.0.0-beta && \ +$ export VERSION=1.0.0-beta3 && \ curl --location "https://releases.hashicorp.com/consul-k8s/${VERSION}/consul-k8s_${VERSION}_darwin_amd64.zip" --output consul-k8s-cli.zip ```