mirror of https://github.com/status-im/consul.git
Merge pull request #4812 from hashicorp/docs/helm-16
Add additional formatting detail to the Helm `join` command docs
This commit is contained in:
commit
a06b825a28
|
@ -229,7 +229,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 specify to `-retry-join`. If this is `null` (default),
|
A list of values to be used with the `-retry-join` command, specified
|
||||||
|
individually in the format "option=value". 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
|
||||||
|
|
Loading…
Reference in New Issue