Commit e19e4bcd authored by krousey's avatar krousey

Merge pull request #9365 from justinsb/fix_9246

AWS: Only log "Starting cluster using os distro..." in kube-up
parents 37ed3426 a9e1e103
...@@ -24,7 +24,6 @@ source "${KUBE_ROOT}/cluster/common.sh" ...@@ -24,7 +24,6 @@ source "${KUBE_ROOT}/cluster/common.sh"
case "${KUBE_OS_DISTRIBUTION}" in case "${KUBE_OS_DISTRIBUTION}" in
ubuntu|coreos) ubuntu|coreos)
echo "Starting cluster using os distro: ${KUBE_OS_DISTRIBUTION}" >&2
source "${KUBE_ROOT}/cluster/aws/${KUBE_OS_DISTRIBUTION}/util.sh" source "${KUBE_ROOT}/cluster/aws/${KUBE_OS_DISTRIBUTION}/util.sh"
;; ;;
*) *)
...@@ -547,6 +546,8 @@ function assign-elastic-ip { ...@@ -547,6 +546,8 @@ function assign-elastic-ip {
function kube-up { function kube-up {
echo "Starting cluster using os distro: ${KUBE_OS_DISTRIBUTION}" >&2
get-tokens get-tokens
detect-image detect-image
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment