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

Merge pull request #952 from dcbw/nm-dns-hup

libvirt-howto: reload NetworkManager for dns configuration changes
This commit is contained in:
OpenShift Merge Robot
2019-01-04 12:22:27 -08:00
committed by GitHub

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