-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Removing of "kube-dns" svc in cleanup_dns.yml is a Bug #9028
Comments
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close not-planned |
@k8s-triage-robot: Closing this issue, marking it as "Not Planned". In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
We stumpled upon a k8s cluster upgrade issue using kubespray 2.15.1. But i am sure this problem is a general conceptual issue affecting all kubespray releases.
We tried to upgrade from k8s version
1.18.15
to1.19.9
As my understanding,
kubeadm
andkubernetes
expects for a smoother transition fromkube-dns
tocoredns
that thecoredns
installation still uses the kube-dns service, See: https://kubernetes.io/docs/tasks/administer-cluster/dns-custom-nameservers/#introductionLinked issues:
The mentioned workarounds in the linked issues therefore needs to be done after each cluster-upgrade, therefore i suggest remove the deletion of the
kube-dns
svc incleanup_dns.yml
would be the best solution.Environment:
HP, Proxmox, BareMetal
Ubuntu 20.04 LTS
Kubespray version::
v2.15.1
(we used following dokcer imagequay.io/kubespray/kubespray:v2.15.1
)Network plugin used: Calico
Command used to invoke ansible:
ansible-playbook -i inventory/sample/hosts.yaml upgrade-cluster.yml
The text was updated successfully, but these errors were encountered: