Skip to content

Commit abadaf1

Browse files
committed
Fix the page links to a section that doesn't exist
1 parent 450c997 commit abadaf1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

content/en/docs/concepts/services-networking/dns-pod-service.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,13 +217,13 @@ following pod-specific DNS policies. These policies are specified in the
217217

218218
- "`Default`": The Pod inherits the name resolution configuration from the node
219219
that the pods run on.
220-
See [related discussion](/docs/tasks/administer-cluster/dns-custom-nameservers/#inheriting-dns-from-the-node)
220+
See [related discussion](/docs/tasks/administer-cluster/dns-custom-nameservers)
221221
for more details.
222222
- "`ClusterFirst`": Any DNS query that does not match the configured cluster
223223
domain suffix, such as "`www.kubernetes.io`", is forwarded to the upstream
224224
nameserver inherited from the node. Cluster administrators may have extra
225225
stub-domain and upstream DNS servers configured.
226-
See [related discussion](/docs/tasks/administer-cluster/dns-custom-nameservers/#effects-on-pods)
226+
See [related discussion](/docs/tasks/administer-cluster/dns-custom-nameservers)
227227
for details on how DNS queries are handled in those cases.
228228
- "`ClusterFirstWithHostNet`": For Pods running with hostNetwork, you should
229229
explicitly set its DNS policy "`ClusterFirstWithHostNet`".

content/en/docs/tasks/administer-cluster/dns-debugging-resolution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ If the `nslookup` command fails, check the following:
6767
### Check the local DNS configuration first
6868

6969
Take a look inside the resolv.conf file.
70-
(See [Inheriting DNS from the node](/docs/tasks/administer-cluster/dns-custom-nameservers/#inheriting-dns-from-the-node) and
70+
(See [Customizing DNS Service](/docs/tasks/administer-cluster/dns-custom-nameservers) and
7171
[Known issues](#known-issues) below for more information)
7272

7373
```shell

0 commit comments

Comments
 (0)