Small documentation updates #237
1 changed files with 5 additions and 3 deletions
|
@ -169,14 +169,16 @@ yourself.
|
||||||
|
|
||||||
### `consul_host` and `consul_service_name`
|
### `consul_host` and `consul_service_name`
|
||||||
|
|
||||||
Garage supports discovering other nodes of the cluster using Consul.
|
Garage supports discovering other nodes of the cluster using Consul. For this
|
||||||
This works only when nodes are announced in Consul by an orchestrator such as Nomad,
|
to work correctly, nodes need to know their IP address by which they can be
|
||||||
as Garage is not able to announce itself.
|
reached by other nodes of the cluster, which should be set in `rpc_public_addr`.
|
||||||
|
|
||||||
The `consul_host` parameter should be set to the hostname of the Consul server,
|
The `consul_host` parameter should be set to the hostname of the Consul server,
|
||||||
and `consul_service_name` should be set to the service name under which Garage's
|
and `consul_service_name` should be set to the service name under which Garage's
|
||||||
RPC ports are announced.
|
RPC ports are announced.
|
||||||
|
|
||||||
|
Garage does not yet support talking to Consul over TLS.
|
||||||
|
|
||||||
### `sled_cache_capacity`
|
### `sled_cache_capacity`
|
||||||
|
|
||||||
This parameter can be used to tune the capacity of the cache used by
|
This parameter can be used to tune the capacity of the cache used by
|
||||||
|
|
Loading…
Reference in a new issue