images: hyperkube: README: add a note about REGISTRY variable

The REGISTRY variable is pretty helpful for people who are hacking on hyperkube. Document it here instead of just in the Makefile.
This commit is contained in:
Brandon Philips 2017-05-11 17:23:17 -07:00
parent 86eb18944f
commit b9a96272f7

View File

@ -10,6 +10,8 @@
$ build/run.sh make cross
# Build for linux/amd64 (default)
# export REGISTRY=$HOST/$ORG to switch from gcr.io/google_containers
$ make push VERSION={target_version} ARCH=amd64
# ---> gcr.io/google_containers/hyperkube-amd64:VERSION
# ---> gcr.io/google_containers/hyperkube:VERSION (image with backwards-compatible naming)