mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Merge pull request #2158 from muawiakh/invalid-kube-dns-command
Problem: Invalid command to get kube-dns IP
This commit is contained in:
commit
f71818c837
@ -74,12 +74,11 @@ vars.NODE_DNS_SERVER
|
||||
IP of Kubernetes service(kube-dns), can be retrieved using
|
||||
using CLI(kubectl) or k8s dashboard. This parameter is used by the Nginx gateway instance
|
||||
to resolve the hostnames of all the services running in the k8s cluster.
|
||||
The value defaults to `10.0.0.1`.
|
||||
|
||||
.. code::
|
||||
|
||||
# retrieval via commandline.
|
||||
$ kubectl get services
|
||||
$ kubectl get pods --namespace=kube-system -l k8s-app=kube-dns
|
||||
|
||||
|
||||
.. _generate-config:
|
||||
|
@ -41,6 +41,6 @@ TM_GENESIS_TIME='0001-01-01T00:00:00Z'
|
||||
TM_CHAIN_ID='test-chain-rwcPML'
|
||||
|
||||
# IP Address of the resolver(DNS server).
|
||||
# i.e. IP of `kubernetes` service(kube-dns)
|
||||
# Can be retrieved using `$ kubectl get svc`
|
||||
# i.e. IP of `kube-dns`, can be retrieved using:
|
||||
# $ kubectl get pods --namespace=kube-system -l k8s-app=kube-dns
|
||||
NODE_DNS_SERVER='10.0.0.10'
|
||||
|
Loading…
x
Reference in New Issue
Block a user