From e2cc9abe69bb6cc018da5af1e44a1b6699b96136 Mon Sep 17 00:00:00 2001 From: "Brandon B. Jozsa" Date: Fri, 23 Dec 2016 10:05:03 -0500 Subject: [PATCH] Update getting-started.md --- docs/installation/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/getting-started.md b/docs/installation/getting-started.md index 5dd42c05f3..f38eec146f 100644 --- a/docs/installation/getting-started.md +++ b/docs/installation/getting-started.md @@ -101,7 +101,7 @@ kube-dns 10.96.0.10 53/UDP,53/TCP 1d admin@kubenode01:~$ ``` -As you can see by this example, `10.96.0.10` is the `kube-dns`IP. Now, have a look at the current `kube-controller-manager-kubenode01` `/etc/resolv.conf`: +As you can see by this example, `10.96.0.10` is the `CLUSTER-IP`IP. Now, have a look at the current `kube-controller-manager-kubenode01` `/etc/resolv.conf`: ``` admin@kubenode01:~$ kubectl exec kube-controller-manager-kubenode01 -n kube-system -- cat /etc/resolv.conf # Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)