kurokobo / awx-on-k3s

An example implementation of AWX on single node K3s using AWX Operator, with easy-to-use simplified configuration with ownership of data and passwords.
MIT License
518 stars 143 forks source link

docs: update guide for exposing hosts file #348

Closed kurokobo closed 2 months ago

kurokobo commented 2 months ago

On CentOS Stream 9, the default configuration for dnsmasq is designed to listen on lo only.

So to make dnsmasq accessible from CoreDNS on K3s, we have to change dnsmasq to listen on internally accessible IP address.