Skip to content

Commit

Permalink
Merge pull request #5751 from sslavic/patch-2
Browse files Browse the repository at this point in the history
docs: update development.md to use ingress-nginx-*
  • Loading branch information
k8s-ci-robot authored Jun 20, 2020
2 parents fc5c448 + 13b6532 commit 152364a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ $ ARCH=amd64 TAG=dev REGISTRY=$USER/ingress-controller make build image
The image will only be used by pods created after the rebuild. To delete old pods which will cause new ones to spin up:
```
$ kubectl get pods -n ingress-nginx
$ kubectl delete pod -n ingress-nginx nginx-ingress-controller-<unique-pod-id>
$ kubectl delete pod -n ingress-nginx ingress-nginx-controller-<unique-pod-id>
```

## Dependencies
Expand Down

0 comments on commit 152364a

Please sign in to comment.