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
{{ message }}
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
Running Flux in GKE with the helm operator. From the flux logs it's cloning my private repo down just fine having set the known hosts. The helm operator container is failing to clone with the following error: " empty git-upload-pack given". I execed into that container and was able to clone just fine.
After digging around for a while I think the issue that it works with flux but not in the helm operator has to do with the fact there are two different implementations for working with git. The helm operator is using go-git underneath and it looks like and there's a long outstanding issue on multi-ack support and VSTS which is what I'm using. src-d/go-git#335
I also just mirrored it to a private github repository dropped in the deploy key and the helm operator picked it up just fine
The text was updated successfully, but these errors were encountered:
@grimesjm#1240 swapped out the git implementation in the helm operator for the code used by fluxd -- if you're in a position to, would you mind trying the image quay.io/weaveworks/helm-operator:master-dfcfd33 (the build from the merge of that PR into master) to see if you have better results. Thanks!
Running Flux in GKE with the helm operator. From the flux logs it's cloning my private repo down just fine having set the known hosts. The helm operator container is failing to clone with the following error: " empty git-upload-pack given". I execed into that container and was able to clone just fine.
After digging around for a while I think the issue that it works with flux but not in the helm operator has to do with the fact there are two different implementations for working with git. The helm operator is using go-git underneath and it looks like and there's a long outstanding issue on multi-ack support and VSTS which is what I'm using. src-d/go-git#335
I also just mirrored it to a private github repository dropped in the deploy key and the helm operator picked it up just fine
The text was updated successfully, but these errors were encountered: