Running dnsmask on host network interferes with kube-dns.

This commit is contained in:
Jonas Juselius
2017-10-26 12:32:07 +02:00
parent 336ecccd09
commit 5009cb6fe8

View File

@@ -134,10 +134,6 @@ let
firewall.allowedTCPPortRanges = [ { from = 5000; to = 50000; } ];
firewall.allowedTCPPorts = [ 80 443 ];
};
services.dnsmasq.enable = true;
services.dnsmasq.servers = [
"/cluster.local/10.0.0.254#53"
];
};
minion = host: ip: { config, lib, pkgs, ... }: