mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 06:54:01 +00:00
AWS: Only log "Starting cluster using os distro..." in kube-up
Fixes #9246
This commit is contained in:
parent
0f1c4c25c3
commit
a9e1e1033b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user