mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 20:53:33 +00:00
Merge pull request #9365 from justinsb/fix_9246
AWS: Only log "Starting cluster using os distro..." in kube-up
This commit is contained in:
commit
e19e4bcd12
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user