Added IPv6 related displays in DNS document (#6532)

* Added IPv6 info to kube-proxy arguments

* Added IPv6 related printouts for kubectl commands

* revert kube-proxy.md

* revert

* revert to ba7c300

* revert to 08af95d
This commit is contained in:
Muzammil M 2018-04-26 15:23:26 -07:00 committed by k8s-ci-robot
parent 691edcfe8d
commit eeaac845c6
1 changed files with 9 additions and 0 deletions

View File

@ -241,6 +241,15 @@ search ns1.svc.cluster.local my.dns.search.suffix
options ndots:2 edns0
```
For IPv6 setup, search path and name server should be setup like this:
```
$ kubectl exec -it busybox -- cat /etc/resolv.conf
nameserver fd00:79:30::a
search default.svc.cluster.local svc.cluster.local cluster.local
options ndots:5
```
{% endcapture %}
{% capture whatsnext %}