berops/claudie

Bug: Node-local-dns broken

bernardhalas opened this issue · 1 comments

Current Behaviour

Deploying dnsutils and running dig www.google.com takes too long (20 ms), which indicates that node-local-dns is broken. After deploying node-local-dns manually, I get resolution time down to 1-2 ms.

Expected Behaviour

node-local-dns is not used, whereas it should be.

Steps To Reproduce

  1. deploy dnsutils
  2. execute dig www.google.com
  3. observe resolution speed

By following the setup guide, I was able to fix the deployment.