From aa4b44c27fe6fdc5c1080353ce4ff6d11d037546 Mon Sep 17 00:00:00 2001 From: boruszak Date: Tue, 4 Oct 2022 09:07:37 -0500 Subject: [PATCH] Move Installation instructions --- .../content/docs/connect/dataplane/index.mdx | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/website/content/docs/connect/dataplane/index.mdx b/website/content/docs/connect/dataplane/index.mdx index 2fe2c26749..da1df67c4a 100644 --- a/website/content/docs/connect/dataplane/index.mdx +++ b/website/content/docs/connect/dataplane/index.mdx @@ -37,6 +37,24 @@ To get started with Consul Dataplane, use the following reference resources: - For Helm chart information, refer to the [Helm Chart reference](/consul/docs/k8s/helm). - For Envoy, Consul, and Consul Dataplane version compatibility, refer to the [Envoy compatibility matrix](/docs/connect/proxies/envoy). +### Installation + +To install the beta release of Consul Dataplane, set `VERSION` to `1.0.0-beta` and then follow the instructions to install a specific version of Consul [with the Helm Chart](/docs/k8s/installation/install#install-consul) or [with the Consul-k8s CLI](/docs/k8s/installation/install-cli#install-a-previous-version). + +#### Helm + +```shell-session +$ export VERSION=1.0.0-beta +$ 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 && \ + curl --location "https://releases.hashicorp.com/consul-k8s/${VERSION}/consul-k8s_${VERSION}_darwin_amd64.zip" --output consul-k8s-cli.zip +``` + ## Beta release features The beta release of Consul Dataplane supports the following features: