Remove unused variables and verbose e2e logs

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-06-27 11:57:00 -04:00
parent 47b5e20a88
commit 10dcf0db15
35 changed files with 331 additions and 427 deletions

View file

@ -74,10 +74,10 @@ To find the registry simply run: `docker system info | grep Registry`
The e2e test image can also be built through the Makefile.
```console
$ make -C test/e2e-image image
$ make -C test/e2e-image build
```
Then you can load the docker image using kind:
Then you can load the docker image using kind:
```console
$ kind load docker-image --name="ingress-nginx-dev" nginx-ingress-controller:e2e