mirror of https://github.com/hashicorp/consul
Remove Consul Client installation option
With Consul-K8S 1.0 and introduction of Consul-Dataplane, K8S has the option to run without running Consul Client agents.pull/16285/head
parent
c5e729e865
commit
7281e9c2d2
|
@ -14,9 +14,7 @@ The below `values.yaml` file shows how to configure the Helm chart to install
|
||||||
Consul so that it joins an existing Consul server cluster.
|
Consul so that it joins an existing Consul server cluster.
|
||||||
|
|
||||||
The `global.enabled` value first disables all chart components by default
|
The `global.enabled` value first disables all chart components by default
|
||||||
so that each component is opt-in. This allows us to _only_ setup the client
|
so that each component is opt-in.
|
||||||
agents. We then opt-in to the client agents by setting `client.enabled` to
|
|
||||||
`true`.
|
|
||||||
|
|
||||||
Next, configure `externalServers` to point it to Consul servers.
|
Next, configure `externalServers` to point it to Consul servers.
|
||||||
The `externalServers.hosts` value must be provided and should be set to a DNS, an IP,
|
The `externalServers.hosts` value must be provided and should be set to a DNS, an IP,
|
||||||
|
|
Loading…
Reference in New Issue