Skip to content

Commit

Permalink
Merge pull request #17601 from nyurik/patch-1
Browse files Browse the repository at this point in the history
Fix ingress-dns.md instructions
  • Loading branch information
spowelljr authored Nov 27, 2023
2 parents 0efa5b6 + 4b09367 commit 419412e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/en/docs/handbook/addons/ingress-dns.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Configure dnsmasq to handle .test domain

```bash
sudo mkdir /etc/NetworkManager/dnsmasq.d/
echo "server=/test/$(minikube ip)" >/etc/NetworkManager/dnsmasq.d/minikube.conf
echo "server=/test/$(minikube ip)" | sudo tee /etc/NetworkManager/dnsmasq.d/minikube.conf
```

Restart Network Manager
Expand Down

0 comments on commit 419412e

Please sign in to comment.