From 5009cb6fe8a9b48f33b363de54805e007f74ff1d Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Thu, 26 Oct 2017 12:32:07 +0200 Subject: [PATCH] Running dnsmask on host network interferes with kube-dns. --- k8s.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/k8s.nix b/k8s.nix index bd114bc..6b5ba3d 100644 --- a/k8s.nix +++ b/k8s.nix @@ -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, ... }: