Re: [go-cd] Failed to find 'git' in path with Helm based installation

2023-07-19 Thread 'Andreas Hubert' via go-cd
I also tried colima before... everything in this container world became horrible with M1. I tried to test with Oracle database and another Linux container using systemd.. I ended up to run docker in a compute instance in GCP, since I got 300$ free credits there. Recently I also bought a

Re: [go-cd] Failed to find 'git' in path with Helm based installation

2023-07-19 Thread Chad Wilson
Yeah, the default images are Alpine based and not built for arm64/aarch64, see this for nasty detail . I use colima rather than rancher but it is horrifically slow under QEMU emulation, and still weirdly unstable like you experienced (although never seen

Re: [go-cd] Failed to find 'git' in path with Helm based installation

2023-07-19 Thread 'Andreas Hubert' via go-cd
Okay, so it did not worked in Rancher Desktop when I enabled Virtual Machine Emulation VZ with enabled Rosetta Option. It also did not worked with Virtual Machine Emulation QEMU. But finally it works now with VZ, but Rosetta option unchecked. Thanks for the hint Chad! Andreas Hubert schrieb

Re: [go-cd] Failed to find 'git' in path with Helm based installation

2023-07-19 Thread 'Andreas Hubert' via go-cd
> At a guess, is this perhaps a local cluster on an M1 Mac? Good guess ;) When I check the logs from the pod, I get this error upon checking connection for sample Material: jvm 1| 2023-07-19 14:52:28,756 INFO [166@MessageListener for ServerPingListener]

Re: [go-cd] Failed to find 'git' in path with Helm based installation

2023-07-19 Thread Chad Wilson
The core error regarding git you are seeing is not directly related to the agent not coming up, but they may have the same root cause. What operating system, hardware architecture and Kubernetes variant are you deploying the Helm chart to? At a guess, is this perhaps a local cluster on an M1

[go-cd] Failed to find 'git' in path with Helm based installation

2023-07-19 Thread 'Andreas Hubert' via go-cd
Hi all! I just wanted to play and experiment a little bit with GoCD and tried to use the Helm chart for my own k8s cluster. But when I try to add Material or work with the sample Material and test connection, I get this error: Failed to find 'git' on your PATH. Please ensure 'git' is executable