add an option to push/pull component images from a registry using kube-up

This commit is contained in:
Mike Danese
2015-11-17 18:13:24 -08:00
parent 41cb3d6a39
commit 4ace8280a0
9 changed files with 66 additions and 10 deletions

View File

@@ -38,6 +38,11 @@ echo "... Starting cluster using provider: $KUBERNETES_PROVIDER" >&2
echo "... calling verify-prereqs" >&2
verify-prereqs
if [[ "${KUBE_STAGE_IMAGES:-}" == "true" ]]; then
echo "... staging images" >&2
stage-images
fi
echo "... calling kube-up" >&2
kube-up