Fix cluster domain in kubelet

This commit is contained in:
Jonas Juselius
2020-11-10 10:46:54 +01:00
parent ef144460ce
commit b6f36eee5e

View File

@@ -251,7 +251,7 @@ let
inherit apiserverAddress;
masterAddress = cfg.k8s.master.name;
clusterCidr = cfg.k8s.cidr;
kubelet.clusterDomain = "${cfg.clusterName}.local";
# kubelet.clusterDomain = "${cfg.clusterName}.local";
};
networking = {