Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
Fixes #2820 - Improve --[disable_]ha documentation
Browse files Browse the repository at this point in the history
(cherry picked from commit 8db2c99)
  • Loading branch information
gkleiman committed Jan 5, 2016
1 parent 22d4034 commit 9bbd3fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/command-line-flags.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ The core functionality flags can be also set by environment variable `MARATHON_O
* <span class="label label-default">v0.13.0</span> `--[disable_]ha` (Optional. Default: enabled):
Run Marathon in HA mode with leader election.
Allows starting an arbitrary number of other Marathons but all need to be
started in HA mode. This mode requires a running ZooKeeper. See `--master`.
started in HA mode. This mode requires a running ZooKeeper.
* `--hostname` (Optional. Default: hostname of machine): The advertised hostname
that is used for the communication with the mesos master.
The value is also stored in the persistent store so another standby host can redirect to the elected leader.
Expand Down

0 comments on commit 9bbd3fe

Please sign in to comment.