Merge pull request #4681 from mantuliu/mantuliu-patch-1
Fix docs/development.md describing inaccurate issues
This commit is contained in:
commit
be277f8690
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue