File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -69,10 +69,10 @@ e2e-test:
69
69
go test -v -timeout=0 ./test/e2e ${GINKGO_FLAGS}
70
70
71
71
.PHONY : e2e-bootstrap
72
- e2e-bootstrap : install-helm install-blobfuse-proxy
72
+ e2e-bootstrap : install-helm
73
73
# Only build and push the image if it does not exist in the registry
74
74
docker pull $(IMAGE_TAG ) || make blob-container push
75
- if [[ -z " $( ENABLE_BLOBFUSE_PROXY) " ] ]; then \
75
+ if [ ! -z " $( ENABLE_BLOBFUSE_PROXY) " ]; then \
76
76
make install-blobfuse-proxy; \
77
77
fi
78
78
helm install blob-csi-driver ./charts/latest/blob-csi-driver --namespace kube-system --wait --timeout=15m -v=5 --debug \
Original file line number Diff line number Diff line change 54
54
systemctl start blobfuse-proxy
55
55
echo "removing the file: /tmp/blobfuse-proxy-v0.1.0.deb"
56
56
rm /tmp/blobfuse-proxy-v0.1.0.deb
57
- echo "sleeping for 19 years"
58
- sleep 600000000s
57
+ echo "sleeping for 10 secs"
58
+ sleep 10s
59
+ # tail blobfuse proxy logs
60
+ journalctl -u blobfuse-proxy -f
59
61
image : alpine
60
62
imagePullPolicy : IfNotPresent
61
63
name : sysctl-install-blobfuse-proxy
You can’t perform that action at this time.
0 commit comments