k0s
k0s copied to clipboard
Hitting rate limit for docker.io on ARM runners
We often encounter the rate limit errors when building on our ARM runners, due to the fact that we currently have static runners.
After exploring the option for passing in login secrets to the runners (deemed insecure) - we've decided to go the route of automating the creation of ARM runners for every build (kinda like what GitHub does anyway for the standard runners).
https://github.com/k0sproject/k0s-internal/discussions/20
The issue is marked as stale since no activity has been recorded in 30 days