-
-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Intermittent fail #22
Comments
We see this issue fairly often. Is there any progress here? |
Sorry, there is no sufficient information to debug the issue. It does not happen to me. If you find the cause and make a fix, please send a PR. What I can assume blindly, if GITHUB_TOKEN is not set, is that you hit the GitHub rate limit for unauthorized users. |
Thanks, I'll try adding the token. If the issue comes up again I'll see if I can get more info and let you know what's happening. |
Unfortunately, the only workaround that worked for us was to setup k3d/k3s manually (not using the setup-k3d-k3s action). We didn't change anything else. |
When running the setup-k3d-k3s in our Github workflow we sometimes get an error.
Setup:
Error:
Based on the exit code it seems that the curl command in action.sh got 401 Unauthorized. This error occurs irregularly (when running the same setup).
The text was updated successfully, but these errors were encountered: