diff options
author | Scott Dodson <sdodson@redhat.com> | 2016-05-12 13:26:48 -0400 |
---|---|---|
committer | Scott Dodson <sdodson@redhat.com> | 2016-05-12 13:26:48 -0400 |
commit | b457e27d36099700c89dabcca94e6fe50f8af524 (patch) | |
tree | 09003eeb934202c2e44fbb22a714995829155527 | |
parent | 7521e4859bc3c44a11086085b77540f639414db4 (diff) | |
download | openshift-b457e27d36099700c89dabcca94e6fe50f8af524.tar.gz openshift-b457e27d36099700c89dabcca94e6fe50f8af524.tar.bz2 openshift-b457e27d36099700c89dabcca94e6fe50f8af524.tar.xz openshift-b457e27d36099700c89dabcca94e6fe50f8af524.zip |
Sync comments with origin pr
-rwxr-xr-x | roles/openshift_node_dnsmasq/files/networkmanager/99-origin-dns.sh | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/roles/openshift_node_dnsmasq/files/networkmanager/99-origin-dns.sh b/roles/openshift_node_dnsmasq/files/networkmanager/99-origin-dns.sh index bc7c29636..09bae1777 100755 --- a/roles/openshift_node_dnsmasq/files/networkmanager/99-origin-dns.sh +++ b/roles/openshift_node_dnsmasq/files/networkmanager/99-origin-dns.sh @@ -8,10 +8,12 @@ # a pod would fail. # # To use this, -# Drop this script in /etc/NetworkManager/dispatcher.d/ -# systemctl restart NetworkManager -# Configure node-config.yaml to set dnsIP: to the ip address of this -# node +# - If this host is also a master, reconfigure master dnsConfig to listen on +# 8053 to avoid conflicts on port 53 and open port 8053 in the firewall +# - Drop this script in /etc/NetworkManager/dispatcher.d/ +# - systemctl restart NetworkManager +# - Configure node-config.yaml to set dnsIP: to the ip address of this +# node # # Test it: # host kubernetes.default.svc.cluster.local |