Fix documentation describing inaccurate issues

This commit is contained in:
mantuliu 2019-10-16 13:48:35 +08:00 committed by GitHub
parent 04e2ad8fcd
commit 8a8959cd47
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