Aravind SV
Aravind SV
Took a quick look and it just uses [`FileUtils.copyURLToFile`](https://github.com/gocd/kubernetes-elastic-agents/blob/cd284e4ea5ea14d15e7a1375eed18c2f19b7290f/src/main/java/cd/go/contrib/elasticagent/KubernetesInstanceFactory.java#L269). Might be worth checking to see if a non-private URL works. Looking around, it might be that `FileUtils.copyURLToFile` doesn't accept a...
On Firefox at least, it _seems to be_ related to the GDPR banner. For some reason, when the GDPR banner is added, the page stops being "split into two" (menu...
Has Chrome changed the behavior of how it responds to fragments in URLs? 1. Go to: https://www.lipsum.com/#Lipsum-Unit5 2. It'll go to a specific part of the page. 3. Scroll up...
Something like putting the GDPR banner only in the page content part, rather than in the body and fixing the CSS will probably do the trick on FF: ```diff diff...
Or, @marques-work
@skloss Possibly. But, GoCD doesn't schedule the next stage while the previous stage is running. So, the plugin won't know that it needs to bring up a different pod. It's...
At least as envisioned originally, there was no expectation of each job being run on a separate agent. But, the proof will be in the code. :) So, I support...
I see that `/home/go` is expected to be mounted (according to [this](https://github.com/gocd/docker-gocd-server/#under-the-hood)). Maybe that's a problem? Since you seem to be mounting `/home/go/.ssh`. Maybe @GaneshSPatil or @varshavaradarajan have some idea?
That would still mean changing the elastic agent profile. I wonder if it can be made more dynamic. I'm imagining some kind of metadata which would tell it to not...
@ckaushik My concern is: The GoCD server will send only one event about job completion. If we miss that and don't terminate it, without keeping track of the fact that...