-
Notifications
You must be signed in to change notification settings - Fork 716
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using --skip-phases=addon/coredns still creates kube-dns service #1557
Comments
/assign |
I can't reproduce it.
|
I agree with @yagonobre . I also can't reproduce this probelm.
|
@woopstar Do you mind specifying os version you are using? |
It's not a pod, but an svc. |
I tried on latest stable coreos. We have the issue at Kubespray and I seached our base code for a kube-dns svc but we don't have any. And we appli the skip phase when we init the master, yet we end up with the kube-dns svc. |
@woopstar svc does not exist. 🤷♂️ |
I'll try investigate this further then. Thanks for checking with me |
@woopstar didnot got any service running
|
@woopstar did you have time to confirm if it not a bug? |
@woopstar did your issue got resolved? |
Sorry for the delay. Was unable to look into it, but I will have time now. I think the error might be a logic result in Kubernetes. I waiting for kubernetes-sigs/kubespray#4867 to get merged and see if that actually fixes the problem. |
Looks like this fixed the error. Doing a vagrant up after this PR got merged results in:
|
Kubeadm dns phase is correctly skipped. This was a workaround for kubernetes/kubeadm#1557, which was actually not a bug ; the correct fix was kubernetes-sigs#4867
Kubeadm dns phase is correctly skipped. This was a workaround for kubernetes/kubeadm#1557, which was actually not a bug ; the correct fix was #4867
…10695) Kubeadm dns phase is correctly skipped. This was a workaround for kubernetes/kubeadm#1557, which was actually not a bug ; the correct fix was kubernetes-sigs#4867
Is this a BUG REPORT or FEATURE REQUEST?
BUG REPORT
If you skip the
addons/coredns
phase upon install, thekube-dns
service is still added.Versions
kubeadm version (use
kubeadm version
):The text was updated successfully, but these errors were encountered: