You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* If using IPv6, the CoreDNS configuration file need to enclose all the IPv6 addresses
80
+
* If using IPv6, the CoreDNS configuration file needs to enclose all the IPv6 addresses
81
81
into square brackets if used in 'IP:Port' format.
82
-
If you are using the sample manifest from the previous point, this will require to modify
82
+
If you are using the sample manifest from the previous point, this will require you to modify
83
83
[the configuration line L70](https://github.com/kubernetes/kubernetes/blob/b2ecd1b3a3192fbbe2b9e348e095326f51dc43dd/cluster/addons/dns/nodelocaldns/nodelocaldns.yaml#L70)
84
84
like this: "`health [__PILLAR__LOCAL__DNS__]:8080`"
85
85
@@ -103,7 +103,7 @@ This feature can be enabled using the following steps:
103
103
`__PILLAR__CLUSTER__DNS__` and `__PILLAR__UPSTREAM__SERVERS__` will be populated by
104
104
the `node-local-dns` pods.
105
105
In this mode, the `node-local-dns` pods listen on both the kube-dns service IP
106
-
as well as `<node-local-address>`, so pods can lookup DNS records using either IP address.
106
+
as well as `<node-local-address>`, so pods can look up DNS records using either IP address.
0 commit comments