[ 
https://issues.apache.org/jira/browse/MESOS-4370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Clint Armstrong updated MESOS-4370:
-----------------------------------
    Description: 
The latest docker API deprecates the NetworkSettings.IPAddress field, in favor 
of the NetworkSettings.Networks field.

https://docs.docker.com/engine/reference/api/docker_remote_api/#v1-21-api-changes

With this deprecation, NetworkSettings.IPAddress is not populated for 
containers running with networks that use new network plugins.

As a result the mesos API has no data in 
container_status.network_infos.ip_address or 
container_status.network_infos.ipaddresses.

The immediate impact of this is that mesos-dns is unable to retrieve a 
containers IP from the netinfo interface.

  was:
The latest docker API deprecates the NetworkSettings.IPAddress field, in favor 
of the NetworkSettings.Networks field.

https://docs.docker.com/engine/reference/api/docker_remote_api/#v1-21-api-changes

With this deprecation, NetworkSettings.IPAddress is not populated for 
containers running with networks that use new network plugins.

As a result the mesos API has no data in 
container_status.network_infos.ip_address or 
container_status.network_infos.ipaddresses.

The immediate impact of this is that mesos-dns is unable to retrieve a 
containers IP from the netlink interface.


> NetworkSettings.IPAddress field is deprectaed in Docker
> -------------------------------------------------------
>
>                 Key: MESOS-4370
>                 URL: https://issues.apache.org/jira/browse/MESOS-4370
>             Project: Mesos
>          Issue Type: Bug
>          Components: containerization
>    Affects Versions: 0.25.0
>         Environment: Ubuntu 14.04
> Docker 1.9.1
>            Reporter: Clint Armstrong
>
> The latest docker API deprecates the NetworkSettings.IPAddress field, in 
> favor of the NetworkSettings.Networks field.
> https://docs.docker.com/engine/reference/api/docker_remote_api/#v1-21-api-changes
> With this deprecation, NetworkSettings.IPAddress is not populated for 
> containers running with networks that use new network plugins.
> As a result the mesos API has no data in 
> container_status.network_infos.ip_address or 
> container_status.network_infos.ipaddresses.
> The immediate impact of this is that mesos-dns is unable to retrieve a 
> containers IP from the netinfo interface.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to