Skip to content

Commit

Permalink
ci-entrypoint: don't reset kind cluster before getting logs
Browse files Browse the repository at this point in the history
  • Loading branch information
nojnhuh committed Jul 23, 2024
1 parent f2976c0 commit 70a7ba9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions hack/create-dev-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,10 @@ create_cluster() {
make create-cluster
}

setup

retries=$CLUSTER_CREATE_ATTEMPTS
while ((retries > 0)); do
create_cluster && break
setup
create_cluster && break
sleep 5
((retries --))
done

0 comments on commit 70a7ba9

Please sign in to comment.