Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#5011 from nojnhuh/ci-entrypoint-logs
Browse files Browse the repository at this point in the history
ci-entrypoint: don't reset kind cluster before getting logs
  • Loading branch information
k8s-ci-robot authored Jul 23, 2024
2 parents e40af9e + 70a7ba9 commit fc3239b
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 fc3239b

Please sign in to comment.