Skip to content

Commit 1884b39

Browse files
pengzhoumlPeng Zhou
andauthored
add debug info (#249)
Co-authored-by: Peng Zhou <[email protected]>
1 parent af0f213 commit 1884b39

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

makefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,13 @@ e2e-test: prepare
103103
@echo "=====Pull $(dockerImage) image for upgrade test"
104104
docker pull $(dockerImage)
105105

106+
kubectl get nodes
107+
kubectl -n kube-system get pods
108+
minikube version
109+
kubectl version
110+
go version
111+
docker version
112+
106113
@echo "=====Setting hugepages values to 0 for e2e tests"
107114
sudo sysctl -w vm.nr_hugepages=0
108115

0 commit comments

Comments
 (0)