docs: bump reference to consul-k8s cli to beta and reformat helm config example (#11398)

pull/11401/head
David Yu 2021-10-22 09:14:35 -07:00 committed by GitHub
parent 97ff404e98
commit d17459a7e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -18,7 +18,7 @@ a server running inside or outside of Kubernetes.
You can install Consul on Kubernetes using the following methods: You can install Consul on Kubernetes using the following methods:
1. [Helm chart install](#helm-chart-installation) 1. [Helm chart install](#helm-chart-installation)
1. [Consul K8s CLI install <sup>ALPHA</sup>.](#consul-k8s-cli-installation) 1. [Consul K8s CLI install <sup>BETA</sup>.](#consul-k8s-cli-installation)
Refer to the [architecture](/docs/k8s/installation/install#architecture) section to learn more about the general architecture of Consul on Kubernetes. Refer to the [architecture](/docs/k8s/installation/install#architecture) section to learn more about the general architecture of Consul on Kubernetes.
For a hands-on experience with Consul as a service mesh For a hands-on experience with Consul as a service mesh
@ -99,11 +99,11 @@ use the following config file:
```yaml ```yaml
global: global:
name: consul name: consul
connectInject: connectInject:
enabled: true enabled: true
controller: controller:
enabled: true enabled: true
``` ```
</CodeBlockConfig> </CodeBlockConfig>