Fix documentation describing inaccurate issues

This commit is contained in:
mantuliu 2019-10-16 13:48:35 +08:00 committed by GitHub
parent f66a52ee41
commit 9bf66d5821

View file

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