Open todaygood opened 6 years ago
https://www.redhat.com/archives/libvirt-users/2015-February/msg00089.html
virsh net-update default add dns-host \
'<host ip="192.168.122.145">
<hostname>blah.laine.org</hostname>
<hostname>blorg.laine.org</hostname>
</host>' \
--live --config
wildcard dns
https://serverfault.com/questions/591920/best-way-to-add-a-dns-wildcard-record-for-a-domain
https://github.com/openshift/origin/issues/16992
http://zhubingbing.cn/2017/07/17/openshift/openshift-env-reday/
https://serverfault.com/questions/727998/dnsmasq-on-virbr0-libvirt-and-network-manager
dig test1.apps.test.cloud.genomics.cn
bind-interfaces
现在这个问题,需要在192.168.122.1:53上 添加wildcard DNS record
address=/.apps.test.cloud.genomics.cn/192.168.122.245
但是libvirt自带的dnsmasq不具有这个功能。
找到了解决方案
https://bugzilla.redhat.com/show_bug.cgi?id=1178933#c5
Refer
https://docs.openshift.com/container-platform/3.7/install_config/install/prerequisites.html#prereq-dns
可以帮助
https://bugzilla.redhat.com/show_bug.cgi?id=1532856