Ver código fonte
Allow disabling Network Manager managed dns
When using Network Manager with default configuration, in certain
scenarios (eg: azure), restarting the Network Manager causes the
resolv.conf to be overwritten without the discovered search domains.
This change allows for the addition of a Network Manager configuration
slice during installation. If
`openshift_node_dnsmasq_disable_network_manager_dns` is set to `true`,
Network Manager is configured with `dns=none` preventing the issue
detailed above.
Relates-to: BZ#1535340
Reference: https://access.redhat.com/solutions/2817911