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 1a11418
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/build_kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ 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 -v --image="${IMAGE}" --config="${KIND_CONFIG}" --name "${KUBEWHARF_K8S_VERSION}" --retain; mkdir -p /tmp/kindlog; kind export logs -n ${KUBEWHARF_K8S_VERSION} /tmp/kindlog; cat /tmp/kindlog/${KUBEWHARF_K8S_VERSION}-worker/kubelet.log
echo "finish starting cluster for ${KUBEWHARF_K8S_VERSION}..."
echo

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

0 comments on commit 1a11418

Please sign in to comment.