docs: fix typos helm install (#15625)

* fix typos helm install and small compat matrix change related to host ports not required any longer
This commit is contained in:
David Yu 2022-11-30 14:36:40 -06:00 committed by GitHub
parent ae9a1e681e
commit 62e5c65e59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

View File

@ -45,6 +45,6 @@ Consul Kubernetes delivered Red Hat OpenShift support starting with Consul Helm
Consul Kubernetes is [certified](https://marketplace.cloud.vmware.com/services/details/hashicorp-consul-1?slug=true) for both VMware Tanzu Kubernetes Grid, and VMware Tanzu Kubernetes Integrated Edition.
- Tanzu Kubernetes Grid is certified for version 1.3.0 and above. Only Calico is supported as the CNI Plugin.
- Tanzu Kubernetes Grid Integrated Edition is supported for version 1.11.1 and above. [NSX-T CNI Plugin v3.1.2](https://docs.vmware.com/en/VMware-NSX-T-Data-Center/3.1/rn/NSX-Container-Plugin-312-Release-Notes.html) and greater should be used and configured with the `enable_hostport_snat` setting set to `true`.
- Tanzu Kubernetes Grid Integrated Edition is supported for version 1.11.1 and above. **NOTE:** When deploying Consul K8s 0.49.x and below, [NSX-T CNI Plugin v3.1.2](https://docs.vmware.com/en/VMware-NSX-T-Data-Center/3.1/rn/NSX-Container-Plugin-312-Release-Notes.html) and greater should be used and configured with the `enable_hostport_snat` setting set to `true`.

View File

@ -41,7 +41,7 @@ Using the Helm Chart requires Helm version 3.2+. Visit the [Helm website](https:
```shell-session
$ helm search repo hashicorp/consul
NAME CHART VERSION APP VERSION DESCRIPTION
hashicorp/consul 0.45.0 1.14.0 Official HashiCorp Consul Chart
hashicorp/consul 1.0.1 1.14.1 Official HashiCorp Consul Chart
```
1. Before you install Consul on Kubernetes with Helm, ensure that the `consul` Kubernetes namespace does not exist. We recommend installing Consul on a dedicated namespace.
@ -68,7 +68,7 @@ Using the Helm Chart requires Helm version 3.2+. Visit the [Helm website](https:
- To install a specific version of Consul on Kubernetes, issue the following command with `--version` flag:
```shell-session
$ export VERSION=0.43.0
$ export VERSION=1.0.1
$ helm install consul hashicorp/consul --set global.name=consul --version ${VERSION} --create-namespace --namespace consul
```
@ -113,7 +113,8 @@ The Consul Helm Chart is responsible for installing the Consul CNI plugin.
To configure the plugin to be installed, add the following configuration to your `values.yaml` file:
<Tabs>
<Tab heading="Reference configuration"> ", "]}>
<Tab heading="Reference configuration">
<CodeBlockConfig filename="values.yaml">