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
I have a lot of OSB provisionings in my git repo and a lot of chatty commits that result in very, very, very long clones every time a new k8s pod of unipipe is created.
It would be great to have an optional env var to configure shallow fetches for such scenarios. Something like this but not hard coded (requires jgit 6.3+).
However, shallow clones with insufficient depth can lead to issues with some git operations like rebase (for sure, but iirc that's not used in unripe) and merge (not sure). I think we've seen that with https://github.com/meshcloud/gate-resource but can't find the original issue anymore right now.
Have you attempted to run with a minimum depth in production?
I have a lot of OSB provisionings in my git repo and a lot of chatty commits that result in very, very, very long clones every time a new k8s pod of unipipe is created.
It would be great to have an optional env var to configure shallow fetches for such scenarios. Something like this but not hard coded (requires jgit 6.3+).
The text was updated successfully, but these errors were encountered: