Skip to content

Commit

Permalink
Merge pull request #4150 from hashicorp/doc-fixes
Browse files Browse the repository at this point in the history
docs: fix broken links
  • Loading branch information
schmichael authored Apr 13, 2018
2 parents 7d1a63c + d17660d commit a2f047e
Showing 1 changed file with 8 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,14 @@ running Raft protocol version 3 or higher. Must be a duration value such as `10s
* `-disable-upgrade-migration` - (Enterprise-only) Controls whether Nomad will avoid promoting
new servers until it can perform a migration. Must be one of `[true|false]`.

* `-redundancy-zone-tag`- (Enterprise-only) Controls the [`-node-meta`](/docs/agent/options.html#_node_meta)
key name used for separating servers into different redundancy zones.

* `-upgrade-version-tag` - (Enterprise-only) Controls the [`-node-meta`](/docs/agent/options.html#_node_meta)
tag to use for version info when performing upgrade migrations. If left blank, the Nomad version will be used.
* `-redundancy-zone-tag`- (Enterprise-only) Controls the
[`redundancy_zone`](/docs/agent/configuration/server.html#redundancy_zone)
used for separating servers into different redundancy zones.

* `-upgrade-version-tag` - (Enterprise-only) Controls the
[`upgrade_version`](/docs/agent/configuration/server.html#upgrade_version) to
use for version info when performing upgrade migrations. If left blank, the
Nomad version will be used.

The output looks like this:

Expand Down

0 comments on commit a2f047e

Please sign in to comment.