From b8aab427a089a2b9b1068fecd7eab6982a8bed16 Mon Sep 17 00:00:00 2001 From: Rohit Ramkumar Date: Fri, 19 Jul 2019 13:03:41 -0400 Subject: [PATCH] Update cluster-setup.md with the right instructions for deleting the ingress-gce pod The previous instructions were missing the fact that the pod is in the kube-system namespace --- docs/contrib/cluster-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contrib/cluster-setup.md b/docs/contrib/cluster-setup.md index 19c7bab336..291e8df67a 100644 --- a/docs/contrib/cluster-setup.md +++ b/docs/contrib/cluster-setup.md @@ -16,7 +16,7 @@ Once the cluster is created, we need to delete the existing Ingress-GCE controll that comes by default: ```console -kubectl delete pod l7-lb-controller +kubectl delete pod l7-lb-controller -n kube-system ``` This ensures we can run our own copy of the controller locally.