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
At the moment the CI jobs frequently fail or take a long time to run due to various reasons, this should be fixed in order to in order to make contributions easier. List of issues and their proposed solution:
Pulling from Dockerhub on each install. This is a failing point since we often run into Dockerhub quota limitation and need to retry. Solution would be to have a pull through docker registry as a cache and change the configuration to pull from there. Following guides can be used:
@keyvaann So, if I understand well, we reach the limit during CI because every time we destroy and reinstall the K3S cluster, right? Would it be a solution to not destroy the cluster, but run helmfile destroy? Would that keep all the docker images in the K3S cache?
I don't know if helmfile destroy will also remove the CRDs, if it does then we can use it. If it doesn't, we can copy the docker image cache somewhere else before removing the cluster and then restore it after installing the K3S again. That would be quite a fast and easy fix.
At the moment the CI jobs frequently fail or take a long time to run due to various reasons, this should be fixed in order to in order to make contributions easier. List of issues and their proposed solution:
--concurrency 1
, merging Use helmfile dependency management #241 should solve this issue.The text was updated successfully, but these errors were encountered: