mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Problem: Typo with get kube-dns IP (#2181)
This commit is contained in:
parent
c8682a1d89
commit
8c1ee8329e
@ -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:
|
||||
|
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user