From b9a96272f75525cf4563ae6711bb8de8f194b0d1 Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Thu, 11 May 2017 17:23:17 -0700 Subject: [PATCH] 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. --- cluster/images/hyperkube/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cluster/images/hyperkube/README.md b/cluster/images/hyperkube/README.md index 55978d3aded..60fba63aa4b 100644 --- a/cluster/images/hyperkube/README.md +++ b/cluster/images/hyperkube/README.md @@ -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)