Re: [go-cd] Gocd in kubernetes Questions

2019-07-30 Thread Ketan Padegaonkar
On Tue, Jul 30, 2019 at 5:37 PM Aravind SV wrote: > 2. Assuming that's true, what you mentioned about the self-signed > certificate is relevant for GoCD versions less than 19.5.0. Since 19.5.0, > there is a beta feature which allows you to terminate SSL outside. It is > mentioned in the release n

Re: [go-cd] Gocd in kubernetes Questions

2019-07-30 Thread Aravind SV
Hello Krisztian, I would actually recommend using the helm chart, rather than rolling your own. At the end of the day, the helm chart is a set of k8s deployment yamls, which have done a lot of the work for you. To get to your questions around the LoadBalancer: 1. Are you trying to connect agen

Re: [go-cd] Custom command and Linux

2019-07-30 Thread Aravind SV
Maybe the agent is running as a different user? Can you paste the console output? Cheers, Aravind On Mon, Jul 22, 2019 at 03:22:40 -0700, Mark Lavagne wrote: > Hi everyone, > > Got a very strange problem here - CentOS 7 with GoCD agent and Stage in > GoCD as custom command, which is just runni

[go-cd] Re: Verify GoCD Version

2019-07-30 Thread CaSac
Hi, Just find GoCD is in a docker container that rpm is dead Il giorno martedì 30 luglio 2019 15:16:48 UTC+2, Jason Smyth ha scritto: > > Hi CaSac, > > This sounds like an unusual situation but I believe the version reported > in the GoCD UI should be correct. It almost seems as if GoCD was ins

[go-cd] Re: Verify GoCD Version

2019-07-30 Thread Jason Smyth
Hi CaSac, This sounds like an unusual situation but I believe the version reported in the GoCD UI should be correct. It almost seems as if GoCD was installed from an RPM and then updated without one. Or possibly there is an RPM version of GoCD and a non-RPM version installed on the same server.

[go-cd] Verify GoCD Version

2019-07-30 Thread CaSac
Dear, executing rpm -qa |grep go-server, the rpm that I found is 17.5 rpm -qa | grep go *go-server-17.5.0*-5095.noarch While at the end of the UI I see: Go Version:* 18.2.0* (6228-fbb379a451871b29aa47aef907a78dc64379233f). What's the right version? Thank You -- You received this message beca

[go-cd] Re: Gocd in kubernetes Questions

2019-07-30 Thread Sasa Mitrovic
Hi Krisztian, I'm successfully implement GOCD in K8s but not using their Helm chart as he is not friendly when GOCD needs to be upgraded to new version. From my experience its best to write your own yml files and deploy it in K8s. Use env variables to add 2 plugins for docker and elastic agents.