Fix cluster domain in kubelet
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user