Skip to content

Commit

Permalink
1.14 dataplane docs beta: Bump to beta3 (#14979)
Browse files Browse the repository at this point in the history
Bump to beta
  • Loading branch information
david-yu committed Oct 13, 2022
1 parent 0f424e3 commit 2c5f6a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/content/docs/connect/dataplane/index.mdx
Expand Up @@ -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?

Expand Down Expand Up @@ -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
```

Expand Down

0 comments on commit 2c5f6a4

Please sign in to comment.