From 8c1ee8329ecbff28f52b4540b5ad5f26c50b421e Mon Sep 17 00:00:00 2001 From: Ahmed Muawia Khan Date: Thu, 5 Apr 2018 17:56:30 +0200 Subject: [PATCH] Problem: Typo with get kube-dns IP (#2181) --- .../node-config-map-and-secrets.rst | 2 +- k8s/scripts/vars | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/server/source/production-deployment-template/node-config-map-and-secrets.rst b/docs/server/source/production-deployment-template/node-config-map-and-secrets.rst index f5000a79..8318f9e3 100644 --- a/docs/server/source/production-deployment-template/node-config-map-and-secrets.rst +++ b/docs/server/source/production-deployment-template/node-config-map-and-secrets.rst @@ -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: diff --git a/k8s/scripts/vars b/k8s/scripts/vars index 97609174..8051fd3e 100644 --- a/k8s/scripts/vars +++ b/k8s/scripts/vars @@ -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'