[en]Update content/en/docs/concepts/services-networking/dns-pod-service.md
parent
bae74f3f15
commit
6475a8e5b6
|
@ -307,7 +307,7 @@ For IPv6 setup, search path and name server should be setup like this:
|
||||||
kubectl exec -it dns-example -- cat /etc/resolv.conf
|
kubectl exec -it dns-example -- cat /etc/resolv.conf
|
||||||
```
|
```
|
||||||
The output is similar to this:
|
The output is similar to this:
|
||||||
```shell
|
```
|
||||||
nameserver fd00:79:30::a
|
nameserver fd00:79:30::a
|
||||||
search default.svc.cluster-domain.example svc.cluster-domain.example cluster-domain.example
|
search default.svc.cluster-domain.example svc.cluster-domain.example cluster-domain.example
|
||||||
options ndots:5
|
options ndots:5
|
||||||
|
|
Loading…
Reference in New Issue