Skip to content

Commit

Permalink
More debug output
Browse files Browse the repository at this point in the history
Signed-off-by: MOZGIII <[email protected]>
  • Loading branch information
MOZGIII committed Sep 22, 2020
1 parent 0d4d75e commit a7ee0cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci-setup-minikube.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ minikube config set container-runtime "$CONTAINER_RUNTIME"

# Start minikube, try again once if fails and print logs if the second
# attempt fails too.
minikube start || { minikube delete && minikube start; } || minikube logs
minikube start || { minikube delete && minikube start; } || { minikube logs; docker logs minikube; minikube ssh "cat /proc/self/mountinfo"; }
kubectl cluster-info

0 comments on commit a7ee0cd

Please sign in to comment.