1
0
mirror of https://github.com/openshift/installer.git synced 2026-02-05 15:47:14 +01:00

libvirt-howto: reload NetworkManager for dns configuration changes

NM has been able to switch DNS plugins on the fly for years.
This commit is contained in:
Dan Williams
2018-12-19 21:00:53 -06:00
parent a2e193ab5b
commit a04ca813f8

View File

@@ -196,7 +196,7 @@ This step allows installer and users to resolve cluster-internal hostnames from
```sh
echo server=/tt.testing/192.168.126.1 | sudo tee /etc/NetworkManager/dnsmasq.d/openshift.conf
```
3. `systemctl restart NetworkManager`
3. Reload NetworkManager to pick up the `dns` configuration change: `sudo systemctl reload NetworkManager`
## Build and run the installer