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

pull/3382/head
Thomas Stromberg 2018-11-30 06:44:32 -08:00
parent a571aa7fb7
commit 48e6f2c6cf
1 changed files with 5 additions and 6 deletions

View File

@ -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 ""