From dbff10a4a58ed07474df3fe12907312c5c3a4340 Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Mon, 25 Sep 2017 13:50:07 -0700 Subject: [PATCH] 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 --- website/source/docs/upgrade/upgrade-specific.html.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/website/source/docs/upgrade/upgrade-specific.html.md b/website/source/docs/upgrade/upgrade-specific.html.md index 63c558d13..64b0f3c56 100644 --- a/website/source/docs/upgrade/upgrade-specific.html.md +++ b/website/source/docs/upgrade/upgrade-specific.html.md @@ -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. +## 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 ### Docker `load` changes