From f2049f0d30b15dca6e852fa7f7b86e24b054cc27 Mon Sep 17 00:00:00 2001 From: Gabriel Pelouze Date: Wed, 8 May 2024 12:54:43 +0200 Subject: [PATCH] address PR comments --- site/content/en/docs/handbook/addons/ingress-dns.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/content/en/docs/handbook/addons/ingress-dns.md b/site/content/en/docs/handbook/addons/ingress-dns.md index 0b3e3f05c3..909c295cbe 100644 --- a/site/content/en/docs/handbook/addons/ingress-dns.md +++ b/site/content/en/docs/handbook/addons/ingress-dns.md @@ -121,10 +121,10 @@ nameserver 127.0.0.1 Your Linux OS likely uses `systemd-resolved` if the first line of `/etc/resolv.conf` contains `This is /run/systemd/resolve/stub-resolv.conf managed by man:systemd-resolved(8)`. -Run the following commands to add the Minikube DNS for `.test` domains: +Run the following commands to add the minikube DNS for `.test` domains: ```bash -sudo mkdir /etc/systemd/resolved.conf.d +sudo mkdir -p /etc/systemd/resolved.conf.d sudo tee /etc/systemd/resolved.conf.d/minikube.conf << EOF [Resolve] DNS=$(minikube ip)