diff --git a/tips/expose-hosts.md b/tips/expose-hosts.md index 7e92fb7..9d3ec82 100644 --- a/tips/expose-hosts.md +++ b/tips/expose-hosts.md @@ -6,7 +6,9 @@ This is necessary for AWX to resolve the hostname for your private Git repositor One easy way to do this is to use `dnsmasq`. -1. Add entries to `/etc/hosts` on your K3s host. Note that the IP addresses have to be replaced with your K3s host's one. +Note that any IP addresses in the following steps have to be replaced with your K3s host's one. + +1. Add entries to `/etc/hosts` on your K3s host. ```bash sudo tee -a /etc/hosts <