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)