We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bcff8bf + 12d08d5 commit cb19ce9Copy full SHA for cb19ce9
hack/update-openapi-spec.sh
@@ -79,7 +79,7 @@ APISERVER_PID=$!
79
if ! kube::util::wait_for_url "${API_HOST}:${API_PORT}/healthz" "apiserver: "; then
80
kube::log::error "Here are the last 10 lines from kube-apiserver (${API_LOGFILE})"
81
kube::log::error "=== BEGIN OF LOG ==="
82
- tail -10 "${API_LOGFILE}" || :
+ tail -10 "${API_LOGFILE}" >&2 || :
83
kube::log::error "=== END OF LOG ==="
84
exit 1
85
fi
0 commit comments