Skip to content

Commit

Permalink
Merge pull request #799 from kubernetes/rramkumar1-patch-10
Browse files Browse the repository at this point in the history
Update cluster-setup.md with the right instructions for deleting the ingress-gce pod
  • Loading branch information
k8s-ci-robot committed Jul 19, 2019
2 parents 4ac2ed7 + b8aab42 commit c557136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contrib/cluster-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit c557136

Please sign in to comment.