Skip to content

Commit

Permalink
Problem: Typo with get kube-dns IP (#2181)
Browse files Browse the repository at this point in the history
  • Loading branch information
muawiakh authored and codegeschrei committed Apr 5, 2018
1 parent c8682a1 commit 8c1ee83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion k8s/scripts/vars
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 8c1ee83

Please sign in to comment.