Commit a9e1e103 authored by Justin Santa Barbara's avatar Justin Santa Barbara

AWS: Only log "Starting cluster using os distro..." in kube-up

Fixes #9246
parent 0f1c4c25
......@@ -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"
;;
*)
......@@ -542,6 +541,8 @@ function assign-elastic-ip {
function kube-up {
echo "Starting cluster using os distro: ${KUBE_OS_DISTRIBUTION}" >&2
get-tokens
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