docs: update development.md to use ingress-nginx-*

This commit is contained in:
Stevo Slavić 2020-06-20 23:42:49 +02:00 committed by GitHub
parent e529ed5af8
commit f75c7822fb

View file

@ -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