We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b4b72b commit 9f95021Copy full SHA for 9f95021
test/e2e/setup-e2e.sh
@@ -21,3 +21,4 @@ kind create cluster -n "${SOLO_CLUSTER_NAME}" --image "${KIND_IMAGE}" || exit 1
21
solo init --namespace "${SOLO_NAMESPACE}" -i node1 -s "${SOLO_CLUSTER_SETUP_NAMESPACE}" -d "${SOLO_FST_CHARTS_DIR}" --dev || exit 1 # cache args for subsequent commands
22
solo cluster setup || exit 1
23
helm list --all-namespaces
24
+sleep 10 # give time for fullstack-setup to finish deploying
0 commit comments