Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
csfldf committed Jul 13, 2024
1 parent 9f175d6 commit 03975ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build_kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ fi

# Start kind cluster
echo "starting cluster for ${KUBEWHARF_K8S_VERSION}..."
kind create cluster --image="${IMAGE}" --config="${KIND_CONFIG}" --name "${KUBEWHARF_K8S_VERSION}" --retain
kind create cluster --loglevel=debug --image="${IMAGE}" --config="${KIND_CONFIG}" --name "${KUBEWHARF_K8S_VERSION}" --retain
echo

echo "kind cluster ${KUBEWHARF_K8S_VERSION} started"
Expand Down

0 comments on commit 03975ba

Please sign in to comment.