From ba9083372dc827169c3c73415fdd4c8958e4bfdc Mon Sep 17 00:00:00 2001 From: dfitzmau Date: Tue, 29 Jul 2025 11:46:05 +0100 Subject: [PATCH] OCPBUGS-59795: Reorg the troubleshooting disconnected docs --- ...leshooting-dns-disconnected-bind9-dns.adoc | 63 +++++++++++++++++++ ...-troubleshooting-dns-disconnected-env.adoc | 57 ----------------- ...derstanding-networking-service-to-pod.adoc | 2 +- ...-nmstate-troubleshooting-node-network.adoc | 7 ++- 4 files changed, 69 insertions(+), 60 deletions(-) create mode 100644 modules/k8s-nmstate-troubleshooting-dns-disconnected-bind9-dns.adoc diff --git a/modules/k8s-nmstate-troubleshooting-dns-disconnected-bind9-dns.adoc b/modules/k8s-nmstate-troubleshooting-dns-disconnected-bind9-dns.adoc new file mode 100644 index 0000000000..fa0ad66de8 --- /dev/null +++ b/modules/k8s-nmstate-troubleshooting-dns-disconnected-bind9-dns.adoc @@ -0,0 +1,63 @@ +// Module included in the following assemblies: +// +// * networking/k8s_nmstate/k8s-nmstate-troubleshooting-node-network.adoc + +:_mod-docs-content-type: PROCEDURE +[id="k8s-nmstate-troubleshooting-dns-disconnected-bind9-dns_{context}"] += Configuring the bind9 DNS named server + +For a cluster configured to query a `bind9` DNS server, you can add the `root-servers.net` zone to a configuration file that contains at least one DNS record. For example you can use the `/var/named/named.localhost` as a zone file that already matches this criteria. + +.Procedure + +. Add the `root-servers.net` zone at the end of the `/etc/named.conf` configuration file by running the following command: ++ +[source,terminal] +---- +$ cat >> /etc/named.conf <> /etc/named.conf <