Merge pull request #9365 from justinsb/fix_9246

AWS: Only log "Starting cluster using os distro..." in kube-up
This commit is contained in:
krousey 2015-06-09 09:51:22 -07:00
commit e19e4bcd12

View File

@ -24,7 +24,6 @@ source "${KUBE_ROOT}/cluster/common.sh"
case "${KUBE_OS_DISTRIBUTION}" in
ubuntu|coreos)
echo "Starting cluster using os distro: ${KUBE_OS_DISTRIBUTION}" >&2
source "${KUBE_ROOT}/cluster/aws/${KUBE_OS_DISTRIBUTION}/util.sh"
;;
*)
@ -547,6 +546,8 @@ function assign-elastic-ip {
function kube-up {
echo "Starting cluster using os distro: ${KUBE_OS_DISTRIBUTION}" >&2
get-tokens
detect-image