Problem: Typo with get kube-dns IP (#2181)

This commit is contained in:
Ahmed Muawia Khan 2018-04-05 17:56:30 +02:00 committed by codegeschrei
parent c8682a1d89
commit 8c1ee8329e
2 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@ to resolve the hostnames of all the services running in the k8s cluster.
.. code::
# retrieval via commandline.
$ kubectl get pods --namespace=kube-system -l k8s-app=kube-dns
$ kubectl get services --namespace=kube-system -l k8s-app=kube-dns
.. _generate-config:

View File

@ -42,5 +42,5 @@ TM_CHAIN_ID='test-chain-rwcPML'
# IP Address of the resolver(DNS server).
# i.e. IP of `kube-dns`, can be retrieved using:
# $ kubectl get pods --namespace=kube-system -l k8s-app=kube-dns
# $ kubectl get services --namespace=kube-system -l k8s-app=kube-dns
NODE_DNS_SERVER='10.0.0.10'