diff --git a/website/source/docs/runtime/_envvars.html.md.erb b/website/source/docs/runtime/_envvars.html.md.erb index da624437f..f8267fa7f 100644 --- a/website/source/docs/runtime/_envvars.html.md.erb +++ b/website/source/docs/runtime/_envvars.html.md.erb @@ -75,35 +75,23 @@ NOMAD_IP_<label> - IP for the given port label. Driver-specified IP when available, - otherwise the host's IP. See [here](/docs/job-specification/network.html) - for more information. + Host IP for the given port label. See + [here](/docs/job-specification/network.html) for more information. NOMAD_PORT_<label> Port for the given port label. Driver-specified port when a port - map is used, otherwise the host's static or dynamic port allocation. See + map is used, otherwise the host's static or dynamic port allocation. + Services should bind to this port. See [here](/docs/job-specification/network.html) for more information. NOMAD_ADDR_<label> - *Deprecated:* The ip:port pair for the given port - label. For backward compatibility it always uses the host's IP - but will use the drvier's port if a port map is used. Use the - corresponding `HOST` or `DRIVER` variables instead as they have explicit - predictable values. - - - - NOMAD_HOST_IP_<label> - - IP of the host for the port label. See - [here](/docs/job-specification/network.html#mapped_ports) for more - information. + Host IP:Port pair for the given port label. @@ -114,38 +102,4 @@ information. - - NOMAD_HOST_ADDR_<label> - - The host's ip:port pair for the given port label. See - [here](/docs/job-specification/network.html#mapped_ports) for more - information. - - - - NOMAD_DRIVER_IP_<label> - - IP from the driver for the port label if the driver configured - an IP. Not available until after the task is started. See - [here](/docs/job-specification/network.html#mapped_ports) for more - information. - - - - NOMAD_DRIVER_PORT_<label> - - Port in the driver for the port label if a port map is - configured. See [here](/docs/job-specification/network.html#mapped_ports) - for more information. - - - - NOMAD_DRIVER_ADDR_<label> - - The driver's ip:port pair for the given port label if - the driver configured an IP and port. See - [here](/docs/job-specification/network.html#mapped_ports) for more - information. - -