Skip to content

Commit 0a804b4

Browse files
committed
super
1 parent 77e2d66 commit 0a804b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/setup-e2e.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ SOLO_CLUSTER_NAME=solo-e2e
55
SOLO_NAMESPACE=solo-e2e
66
SOLO_CLUSTER_SETUP_NAMESPACE=solo-e2e-cluster
77
kind delete cluster -n "${SOLO_CLUSTER_NAME}" || true
8-
kind create cluster -n "${SOLO_CLUSTER_NAME}" --loglevel debug || exit 1
8+
kind create cluster -n "${SOLO_CLUSTER_NAME}" -v || exit 1
99
solo init --namespace "${SOLO_NAMESPACE}" -i node0,node1,node2 -t v0.42.5 -s "${SOLO_CLUSTER_SETUP_NAMESPACE}" || exit 1 # cache args for subsequent commands
1010
solo cluster setup || exit 1
1111
solo network deploy || exit 1

0 commit comments

Comments
 (0)