Skip to content

Commit

Permalink
Add join docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Castell committed May 3, 2016
1 parent e9b275c commit edb6f0b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Settings for dkron can be specified in three ways: Using a `config/dkron.json` c

* `-bind` - The address that dkron will bind to for communication with other dkron nodes. By default this is "0.0.0.0:8946". dkron nodes may have different ports. If a join is specified without a port, we default to locally configured port. dkron uses both TCP and UDP and use the same port for both, so if you have any firewalls be sure to allow both protocols. If this configuration value is changed and no port is specified, the default of "8946" will be used.

* `-join` - Address of another agent to join upon starting up. This can be specified multiple times to specify multiple agents to join. If Dkron is unable to join with any of the specified addresses, agent startup will fail. By default, the agent won't join any nodes when it starts up.

* `-advertise` - The advertise flag is used to change the address that we advertise to other nodes in the cluster. By default, the bind address is advertised. However, in some cases (specifically NAT traversal), there may be a routable address that cannot be bound to. This flag enables gossiping a different address to support this. If this address is not routable, the node will be in a constant flapping state, as other nodes will treat the non-routability as a failure.

* `-http-addr` - The address where the web UI will be binded. By default `:8080`
Expand Down

0 comments on commit edb6f0b

Please sign in to comment.