Skip to content
This repository has been archived by the owner on Feb 19, 2021. It is now read-only.

Commit

Permalink
Latest version info
Browse files Browse the repository at this point in the history
  • Loading branch information
mhmxs authored Jun 5, 2020
1 parent 59d8661 commit b1d159e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ kustomize build config/crd | kubectl apply -f -
kustomize build config/default | kubectl apply -f -
```

Use latest release:
```
kustomize build config/crd | kubectl apply -f -
$(cd config/manager && kustomize edit set image controller=mhmxs/calico-route-reflector-controller:v0.0.1)
kustomize build config/default | kubectl apply -f -
```

Build your own image:
`IMG_REPO=[IMG_REPO] IMG_NAME=[IMG_NAME] IMG_VERSION=[IMG_VERSION] make test docker-push install deploy`

Expand Down

0 comments on commit b1d159e

Please sign in to comment.