Use default clusterDomain cluster.local

This commit is contained in:
Jonas Juselius
2020-11-09 14:22:37 +01:00
parent f5b33fad86
commit ef144460ce

View File

@@ -180,7 +180,7 @@ let
pki.caCertPathPrefix = "${pki.initca}/ca";
kubelet = {
clusterDomain = "${cfg.clusterName}.local";
# clusterDomain = "${cfg.clusterName}.local";
};
apiserver = {
@@ -205,7 +205,7 @@ let
addons = {
dns = {
enable = true;
clusterDomain = "${cfg.clusterName}.local";
# clusterDomain = "${cfg.clusterName}.local";
reconcileMode = "EnsureExists";
};
};