Merge pull request #7148 from hashicorp/doc-consul-eto
docs: document enable_tag_override field for service stanzas
This commit is contained in:
commit
447e8398f6
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue