Merge pull request #4681 from mantuliu/mantuliu-patch-1

Fix docs/development.md describing inaccurate issues
This commit is contained in:
Kubernetes Prow Robot 2019-10-16 01:09:40 -07:00 committed by GitHub
commit be277f8690
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -122,13 +122,13 @@ $ make build
Build a local container image
```console
$ TAG=<tag> REGISTRY=$USER/ingress-controller make docker-build
$ TAG=<tag> REGISTRY=$USER/ingress-controller make container
```
Push the container image to a remote repository
```console
$ TAG=<tag> REGISTRY=$USER/ingress-controller make docker-push
$ TAG=<tag> REGISTRY=$USER/ingress-controller make push
```
## Deploying