Skip to content

Commit

Permalink
Remove unneeded workaround for removing kubeadm DNS (kubernetes-sigs#…
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
VannTen authored and pedromcpedro committed May 8, 2024
1 parent ba33e46 commit a993a00
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 a993a00

Please sign in to comment.