Skip to content

Commit

Permalink
Remove unneeded workaround for removing kubeadm DNS (#10695)
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 #4867
  • Loading branch information
VannTen authored Dec 7, 2023
1 parent af1f318 commit 85f1590
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 85f1590

Please sign in to comment.