From 6d652eccd5a760116676640d0ab244b2cf8d09b4 Mon Sep 17 00:00:00 2001 From: "Dr. Stefan Schimanski" Date: Tue, 7 Jul 2015 08:36:19 +0200 Subject: [PATCH] Update for changed namespace of the kube-dns pods --- docs/getting-started-guides/mesos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started-guides/mesos.md b/docs/getting-started-guides/mesos.md index 6d05912f944..038c5e23c45 100644 --- a/docs/getting-started-guides/mesos.md +++ b/docs/getting-started-guides/mesos.md @@ -238,7 +238,7 @@ kubectl create -f skydns-rc.yaml kubectl create -f skydns-svc.yaml ``` -Check with `kubectl get pods` that 3/3 containers of the pods are eventually up and running. +Check with `kubectl get pods --namespace=kube-system` that 3/3 containers of the pods are eventually up and running. Note that the kube-dns pods run in the `kube-system` namespace, not in `default`. To check that the new DNS service in the cluster works, we start a busybox pod and use that to do a DNS lookup. First create the `busybox.yaml` pod spec: