mirror of https://github.com/hashicorp/consul
docs: bump reference to consul-k8s cli to beta and reformat helm config example (#11398)
parent
97ff404e98
commit
d17459a7e3
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue