mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
Merge pull request #2910 from hashicorp/d-upgrading-0.6
Explain change in default advertise behavior
This commit is contained in:
@@ -15,6 +15,19 @@ details provided for their upgrades as a result of new features or changed
|
||||
behavior. This page is used to document those details separately from the
|
||||
standard upgrade flow.
|
||||
|
||||
## Nomad 0.6.0
|
||||
|
||||
### Default `advertise` address changes
|
||||
|
||||
When no `advertise` address was specified and Nomad's `bind_addr` was loopback
|
||||
or `0.0.0.0`, Nomad attempted to resolve the local hostname to use as an
|
||||
advertise address.
|
||||
|
||||
Many hosts cannot properly resolve their hostname, so Nomad 0.6 defaults
|
||||
`advertise` to the first private IP on the host (e.g. `10.1.2.3`).
|
||||
|
||||
If you manually configure `advertise` addresses no changes are necessary.
|
||||
|
||||
## Nomad 0.5.5
|
||||
|
||||
### Docker `load` changes
|
||||
|
||||
Reference in New Issue
Block a user