Skip to content

Commit

Permalink
Remove unneeded workaround for removing kubeadm DNS
Browse files Browse the repository at this point in the history
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
  • Loading branch information
VannTen committed Dec 6, 2023
1 parent b31afe2 commit 602e508
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 53 deletions.
44 changes: 0 additions & 44 deletions roles/kubernetes-apps/ansible/tasks/cleanup_dns.yml

This file was deleted.

9 changes: 0 additions & 9 deletions roles/kubernetes-apps/ansible/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,6 @@
delay: 1
when: inventory_hostname == groups['kube_control_plane'][0]

- name: Kubernetes Apps | Cleanup DNS
import_tasks: cleanup_dns.yml
when:
- inventory_hostname == groups['kube_control_plane'][0]
tags:
- upgrade
- coredns
- nodelocaldns

- name: Kubernetes Apps | CoreDNS
import_tasks: "coredns.yml"
when:
Expand Down

0 comments on commit 602e508

Please sign in to comment.