提交 48e6f2c6 编写于 作者: T Thomas Stromberg

Remove ps output, make status independent of rest of minikube debug chain to avoid dependencies

上级 a571aa7f
......@@ -30,12 +30,13 @@ kubectl version \
docker ps
MINIKUBE=${SUDO_PREFIX}out/minikube-${OS_ARCH}
# minikube has probably been shut down, so iterate forward each command rather than spamming.
${MINIKUBE} status \
&& ${MINIKUBE} ip \
MINIKUBE=${SUDO_PREFIX}out/minikube-${OS_ARCH}
${MINIKUBE} status
${MINIKUBE} ip \
&& ${MINIKUBE} ssh -- cat /etc/VERSION \
&& ${MINIKUBE} ssh -- uptime \
&& ${MINIKUBE} ssh -- \
&& ${MINIKUBE} logs \
&& ${MINIKUBE} ssh -- docker ps
......@@ -51,8 +52,6 @@ if type -P hdiutil; then
hdiutil info | grep -E "/dev/disk[1-9][^s]"
fi
ps -afe | grep kube
echo ""
echo ">>> end print-debug-info"
echo ""
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册