open-nomad/plugins
Mahmood Ali 567597e108 Compare to the correct host network setting
In systemd-resolved hosts with no DNS customizations, the docker driver
DNS setting should be compared to /run/systemd/resolve/resolv.conf while
exec/java drivers should be compared to /etc/resolv.conf.

When system-resolved is enabled, /etc/resolv.conf is a stub that points
to 127.0.0.53. Docker avoids this stub because this address isn't
accessible from the container.  The exec/java drivers that don't create
network isolations use the stub though in the default configuration.
2020-10-01 10:23:14 -04:00
..
base When serializing msgpack, only consider codec tag 2020-05-11 14:14:10 -04:00
csi csi: client RPCs should return wrapped errors for checking (#8605) 2020-08-07 11:01:36 -04:00
device nvidia: support disabling the nvidia plugin (#8353) 2020-07-21 10:11:16 -04:00
drivers Compare to the correct host network setting 2020-10-01 10:23:14 -04:00
shared Update hcl2 vendoring 2020-05-19 15:00:03 -04:00
serve.go cleanup driver eventor goroutines 2020-05-26 11:04:04 -04:00