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.