Browse Source

Update website/content/docs/api-gateway/install.mdx

Co-authored-by: Tu Nguyen <im2nguyen@users.noreply.github.com>
pull/14153/head
sarahalsmiller 2 years ago committed by GitHub
parent
commit
ba0135808c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 21
      website/content/docs/api-gateway/install.mdx

21
website/content/docs/api-gateway/install.mdx

@ -51,19 +51,20 @@ Ensure that the environment you are deploying Consul API Gateway in meets the re
<Tabs>
<Tab heading="Consul K8s CLI (Mac Only)">
Note: You can review the official [Consul K8S CLI documentation](https://www.consul.io/docs/k8s/k8s-cli) to learn more about additional settings.
```shell-session
$ brew tap hashicorp/tap
```
~> **Note:** Refer to the official [Consul K8S CLI documentation](https://www.consul.io/docs/k8s/k8s-cli) to find additional settings.
```shell-session
$ brew install hashicorp/tap/consul-k8s
```
```shell-session
$ brew tap hashicorp/tap
```
```shell-session
$ consul-k8s install -config-file=values.yaml -set global.image=hashicorp/consul:1.12.2
```
```shell-session
$ brew install hashicorp/tap/consul-k8s
```
```shell-session
$ consul-k8s install -config-file=values.yaml -set global.image=hashicorp/consul:1.12.2
```
</Tab>
<Tab heading="Helm">

Loading…
Cancel
Save