You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am using a self hosted Github Runner on my local MacOS (version 12.3.1) and I receive this error during running of medyagh/setup-minikube@master:
Failed to save: uploadChunk (start: 33554432, end: 67108863) failed: Cache service responded with 503
/Users/mubahsirusman/Documents/k8slocal/actions-runner/_work/_actions/medyagh/setup-minikube/master/dist/index.js:827
throw new Error(`Cache upload failed because file read failed with ${error.message}`);
Error: Cache upload failed because file read failed with EBADF: bad file descriptor, read
at ReadStream.<anonymous> (/Users/mubahsirusman/Documents/k8slocal/actions-runner/_work/_actions/medyagh/setup-minikube/master/dist/index.js:827:31)
Sometimes the job runs successfully, can someone share some insight on what exactly is it doing and what is causing this error.
The text was updated successfully, but these errors were encountered:
I'm not exactly sure what is causing this, but you can disable the usage of cache (which should resolve your issue) by setting the following in your GitHub Actions workflow file:
Hi, I am using a self hosted Github Runner on my local MacOS (version 12.3.1) and I receive this error during running of
medyagh/setup-minikube@master
:Sometimes the job runs successfully, can someone share some insight on what exactly is it doing and what is causing this error.
The text was updated successfully, but these errors were encountered: