KUBELET_DNS_ARGS isn't reflecting the kubeadm init command line flags #315
Labels
area/UX
documentation/improvement
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
Versions
kubeadm version (use
kubeadm version
):kubeadm version: version.Info{Major:"1", Minor:"6", GitVersion:"v1.6.5", GitCommit:"490c6f13df1cb6612e0993c4c14f2ff90f8cdbf3", GitTreeState:"clean", BuildDate:"2017-06-14T20:03:38Z", GoVersion:"go1.7.6", Compiler:"gc", Platform:"linux/amd64"}
Environment:
kubectl version
):Client Version: version.Info{Major:"1", Minor:"6", GitVersion:"v1.6.5", GitCommit:"490c6f13df1cb6612e0993c4c14f2ff90f8cdbf3", GitTreeState:"clean", BuildDate:"2017-06-14T20:15:53Z", GoVersion:"go1.7.6", Compiler:"gc", Platform:"linux/amd64"}
uname -a
):Linux kube-master-1 4.8.0-56-generic #61-Ubuntu SMP Wed Jun 14 08:15:42 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
Kubeadm invocation
What happened?
systemd launch file is incorrect:
What you expected to happen?
KUBELET_DNS_ARGS
should reflectservice-cidr
andservice-dns-domain
flags incluster-dns
andcluster-domain
respectively.How to reproduce it (as minimally and precisely as possible)?
See Kubeadm invocation above.
Anything else we need to know?
The text was updated successfully, but these errors were encountered: