Skip to content

Commit

Permalink
overlay: disable systemd-resolved DNS stub listener
Browse files Browse the repository at this point in the history
CoreDNS doesn't play nice with default systemd-resolved configuration - see coredns/coredns@master/plugin/loop/README.md#troubleshooting-loops-in-kubernetes-clusters.
OKD should boot with systemd-resolved enabled, but without DNS stub listener (127.0.0.53)
so that external DNS would be used

Fixes okd-project/okd#380
  • Loading branch information
vrutkovs committed Nov 25, 2020
1 parent a466fd0 commit cdda8af
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 14 deletions.
2 changes: 2 additions & 0 deletions overlay/etc/systemd/resolved.conf.d/no-dns-stub.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[Resolve]
DNSStubListener=no

This file was deleted.

12 changes: 0 additions & 12 deletions overlay/usr/lib/tmpfiles.d/etc.conf

This file was deleted.

0 comments on commit cdda8af

Please sign in to comment.