mirror of https://github.com/hashicorp/consul
Backport of docs: format API GW tab docs into release/1.17.x (#20708)
* backport of commitpull/20773/headae9fbc9299
* backport of commita462528842
--------- Co-authored-by: David Yu <dyu@hashicorp.com>
parent
9456bd7f8b
commit
b09786bae5
|
@ -95,7 +95,7 @@ $ brew install hashicorp/tap/consul-k8s
|
|||
```
|
||||
|
||||
```shell-session
|
||||
$ consul-k8s install -config-file=values.yaml -set global.image=hashicorp/consul:1.16.0
|
||||
$ consul-k8s install -config-file=values.yaml -set global.image=hashicorp/consul:1.17.0
|
||||
```
|
||||
|
||||
</Tab>
|
||||
|
@ -110,7 +110,7 @@ $ helm repo add hashicorp https://helm.releases.hashicorp.com
|
|||
Install Consul with API Gateway on your Kubernetes cluster by specifying the `values.yaml` file.
|
||||
|
||||
```shell-session
|
||||
$ helm install consul hashicorp/consul --version 1.2.0 --values values.yaml --create-namespace --namespace consul
|
||||
$ helm install consul hashicorp/consul --version 1.3.0 --values values.yaml --create-namespace --namespace consul
|
||||
```
|
||||
|
||||
</Tab>
|
||||
|
|
Loading…
Reference in New Issue