Merge pull request #29883 from lxlxok/main
Fix the page links to a section that doesn't exist
This commit is contained in:
		
						commit
						35abb6e9f2
					
				|  | @ -217,13 +217,13 @@ following pod-specific DNS policies. These policies are specified in the | ||||||
| 
 | 
 | ||||||
| - "`Default`": The Pod inherits the name resolution configuration from the node | - "`Default`": The Pod inherits the name resolution configuration from the node | ||||||
|   that the pods run on. |   that the pods run on. | ||||||
|   See [related discussion](/docs/tasks/administer-cluster/dns-custom-nameservers/#inheriting-dns-from-the-node) |   See [related discussion](/docs/tasks/administer-cluster/dns-custom-nameservers) | ||||||
|   for more details. |   for more details. | ||||||
| - "`ClusterFirst`": Any DNS query that does not match the configured cluster | - "`ClusterFirst`": Any DNS query that does not match the configured cluster | ||||||
|   domain suffix, such as "`www.kubernetes.io`", is forwarded to the upstream |   domain suffix, such as "`www.kubernetes.io`", is forwarded to the upstream | ||||||
|   nameserver inherited from the node. Cluster administrators may have extra |   nameserver inherited from the node. Cluster administrators may have extra | ||||||
|   stub-domain and upstream DNS servers configured. |   stub-domain and upstream DNS servers configured. | ||||||
|   See [related discussion](/docs/tasks/administer-cluster/dns-custom-nameservers/#effects-on-pods) |   See [related discussion](/docs/tasks/administer-cluster/dns-custom-nameservers) | ||||||
|   for details on how DNS queries are handled in those cases. |   for details on how DNS queries are handled in those cases. | ||||||
| - "`ClusterFirstWithHostNet`": For Pods running with hostNetwork, you should | - "`ClusterFirstWithHostNet`": For Pods running with hostNetwork, you should | ||||||
|   explicitly set its DNS policy "`ClusterFirstWithHostNet`". |   explicitly set its DNS policy "`ClusterFirstWithHostNet`". | ||||||
|  |  | ||||||
|  | @ -67,7 +67,7 @@ If the `nslookup` command fails, check the following: | ||||||
| ### Check the local DNS configuration first | ### Check the local DNS configuration first | ||||||
| 
 | 
 | ||||||
| Take a look inside the resolv.conf file. | Take a look inside the resolv.conf file. | ||||||
| (See [Inheriting DNS from the node](/docs/tasks/administer-cluster/dns-custom-nameservers/#inheriting-dns-from-the-node) and | (See [Customizing DNS Service](/docs/tasks/administer-cluster/dns-custom-nameservers) and | ||||||
| [Known issues](#known-issues) below for more information) | [Known issues](#known-issues) below for more information) | ||||||
| 
 | 
 | ||||||
| ```shell | ```shell | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue