Merge pull request #4948 from hashicorp/docs/helm-auto-join
Update the helm chart `join` instructions
This commit is contained in:
commit
f9abffb340
|
@ -246,8 +246,8 @@ and consider if they're appropriate for your deployment.
|
||||||
to false.
|
to false.
|
||||||
|
|
||||||
- <a name="v-client-join" href="#v-client-join">`join`</a> (`array<string>: null`) -
|
- <a name="v-client-join" href="#v-client-join">`join`</a> (`array<string>: null`) -
|
||||||
A list of values to be used with the `-retry-join` command, specified
|
A list of valid [`-retry-join` values](/docs/agent/options.html#retry-join).
|
||||||
individually in the format "option=value". If this is `null` (default),
|
If this is `null` (default),
|
||||||
then the clients will attempt to automatically join the server cluster
|
then the clients will attempt to automatically join the server cluster
|
||||||
running within Kubernetes. This means that with `server.enabled` set to true,
|
running within Kubernetes. This means that with `server.enabled` set to true,
|
||||||
clients will automatically join that cluster. If `server.enabled` is not
|
clients will automatically join that cluster. If `server.enabled` is not
|
||||||
|
|
|
@ -94,9 +94,7 @@ global:
|
||||||
client:
|
client:
|
||||||
enabled: true
|
enabled: true
|
||||||
join:
|
join:
|
||||||
- "provider=my-cloud"
|
- "provider=my-cloud config=val ..."
|
||||||
- "config=val"
|
|
||||||
- "..."
|
|
||||||
```
|
```
|
||||||
|
|
||||||
The `values.yaml` file to configure the Helm chart sets the proper
|
The `values.yaml` file to configure the Helm chart sets the proper
|
||||||
|
|
Loading…
Reference in a new issue