Skip to content

Commit

Permalink
Merge pull request #7148 from hashicorp/doc-consul-eto
Browse files Browse the repository at this point in the history
docs: document enable_tag_override field for service stanzas
  • Loading branch information
shoenig committed Feb 13, 2020
2 parents 1ced8ba + 931f79a commit af59190
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.11.0 (Unreleased)

IMPROVEMENTS:

* consul: Added support for configuring `enable_tag_override` on service stanzas. [[GH-2057](https://github.com/hashicorp/nomad/issues/2057)]

## 0.10.4 (Unreleased)

FEATURES:
Expand Down
6 changes: 6 additions & 0 deletions website/pages/docs/job-specification/service.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,12 @@ Connect][connect] integration.
those specified in the `tags` parameter. If this is not supplied, the
registered tags will be equal to that of the `tags` parameter.

- `enable_tag_override` `(bool: false)` - Enables users of Consul's Catalog API
to make changes to the tags of a service without having those changes be
overwritten by Consul's anti-entropy mechanism. See Consul
[documentation](https://www.consul.io/docs/internals/anti-entropy.html#enable-tag-override)
for more information.

- `address_mode` `(string: "auto")` - Specifies what address (host or
driver-specific) this service should advertise. This setting is supported in
Docker since Nomad 0.6 and rkt since Nomad 0.7. See [below for
Expand Down

0 comments on commit af59190

Please sign in to comment.