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 fc5c448697
commit 13b65323d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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