Document need to specify network_interface on 0.6
This PR enhances the upgrade documentation from 0.5.x to 0.6.x Fixes https://github.com/hashicorp/nomad/issues/3236
This commit is contained in:
parent
7c6e4db385
commit
dbff10a4a5
|
@ -28,6 +28,14 @@ Many hosts cannot properly resolve their hostname, so Nomad 0.6 defaults
|
||||||
|
|
||||||
If you manually configure `advertise` addresses no changes are necessary.
|
If you manually configure `advertise` addresses no changes are necessary.
|
||||||
|
|
||||||
|
## Nomad Clients
|
||||||
|
|
||||||
|
The change to the default, advertised IP also effect clients that do not specify
|
||||||
|
which network_interface to use. If you have several routable IPs, it is advised
|
||||||
|
to configure the client's [network
|
||||||
|
interface](https://www.nomadproject.io/docs/agent/configuration/client.html#network_interface)
|
||||||
|
such that tasks bind to the correct address.
|
||||||
|
|
||||||
## Nomad 0.5.5
|
## Nomad 0.5.5
|
||||||
|
|
||||||
### Docker `load` changes
|
### Docker `load` changes
|
||||||
|
|
Loading…
Reference in New Issue