You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Coming out of #8900, #8600, and #10766, I noticed that the exec (and java) drivers are simply copying over the host's /etc/hosts, /etc/hostname, and /etc/resolv.conf files, even if we have network.mode = "bridge" set and the task is in a Nomad-owned network namespace.
We probably can't fix this in a totally backwards-compatible way without adding a bunch more flags, but arguably anyone relying on the existing behavior is getting incorrect behavior anyways.
The text was updated successfully, but these errors were encountered:
Coming out of #8900, #8600, and #10766, I noticed that the
exec
(andjava
) drivers are simply copying over the host's/etc/hosts
,/etc/hostname
, and/etc/resolv.conf
files, even if we havenetwork.mode = "bridge"
set and the task is in a Nomad-owned network namespace.We probably can't fix this in a totally backwards-compatible way without adding a bunch more flags, but arguably anyone relying on the existing behavior is getting incorrect behavior anyways.
The text was updated successfully, but these errors were encountered: