Skip to content

Commit

Permalink
address PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
gpelouze authored and medyagh committed May 24, 2024
1 parent bb1c70d commit f2049f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/content/en/docs/handbook/addons/ingress-dns.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f2049f0

Please sign in to comment.