mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-02 03:08:15 +00:00
add an option to push/pull component images from a registry using kube-up
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user