Closed ctron closed 3 years ago
interesting , I have been banging my head the past few hours with the exact same issue:
https://github.com/sigstore/fulcio/pull/115/checks?check_run_id=2952287344#step:5:28
I'm going to try to reproduce the issue
Just tried using container-tools/kind-action@v1 with the same result. So I assume it's most likely a GitHub Actions issue.
manage to reproduce using the current action release: https://github.com/cpanato/testing-ci-providers/runs/2952724834?check_suite_focus=true
however if I update the kind to be the latest one v0.11.1
it works: https://github.com/cpanato/testing-ci-providers/runs/2952837429?check_suite_focus=true
made a PR to update the kind for the action: https://github.com/helm/kind-action/pull/43
and asap we merge that I will make a new release
yes, I would say as well, looks like some infrastructure change or have some issues in the gitHub side
I can confirm, selecting v0.11.1 as kind version works.
@ctron just made a new release of the action to defaults kind to v0.11.1
https://github.com/helm/kind-action/releases/tag/v1.2.0
will close this issue
Thank you so much to those who worked on this!
The cause for this doesn't seem clear from looking at this issue. Is this likely to happen again? Is there anything we can do in user-land to avoid it or at least make it explicit next time it happens? I would've never thought of checking this action, since it was being marked as successful -- the failure was just marked as a warning.
To me it looks like the helm/kind-action is broken now in general. It fails to set up the network.
Also see: https://github.com/ctron/kind-reproducer/runs/2951832350?check_suite_focus=true
Note: The fact that job is finished completed seems to be another issue with this action: see #41