diff --git a/cluster/kubectl.sh b/cluster/kubectl.sh index 0c30236eca0..6e5475c2be1 100755 --- a/cluster/kubectl.sh +++ b/cluster/kubectl.sh @@ -120,7 +120,7 @@ elif [[ "$KUBERNETES_PROVIDER" == "vagrant" ]]; then ) fi -echo "current-context: \"$(${kubectl} config view -o template --template='{{index . "current-context"}}')\"" +echo "current-context: \"$(${kubectl} config view -o template --template='{{index . "current-context"}}')\"" >&2 echo "Running:" "${kubectl}" "${config[@]:+${config[@]}}" "${@+$@}" >&2 "${kubectl}" "${config[@]:+${config[@]}}" "${@+$@}"