kubernetes-elastic-agents icon indicating copy to clipboard operation
kubernetes-elastic-agents copied to clipboard

Kubernetes Elastic agent plugin for GoCD

Results 13 kubernetes-elastic-agents issues
Sort by recently updated
recently updated
newest added

## Summary of issue After restarting the GoCD server, the cluster status report is unable to render. `security_token` and `kubernetes_cluster_ca_cert` attributes on the cluster profile seem to be returned from...

bug
help wanted

## Description This implements agent reuse following the approach outlined in these comments: https://github.com/gocd/kubernetes-elastic-agents/issues/53#issuecomment-1399398498 https://github.com/gocd/kubernetes-elastic-agents/issues/53#issuecomment-1406967391. Resolves https://github.com/gocd/kubernetes-elastic-agents/issues/53 Cluster profile has an option to enable agent reuse, defaulting to false: ![Gocd...

help wanted

Hi Guys, I have noticed that the elastic agents do not get reused by the builds . The plugin spins up another pod having the agent even if there is...

I'm don't sure if this is issue or future requests but in Elastic Cluster profile we have "Maximum pending pods" to set but its somehow misleading and we don't have...

I'm keeping elastic agent configuration in a bitbucket private repo to use the "remote file" option set as: `https://[USERNAMER]:[APP_PASSSWORD]@api.bitbucket.org/2.0/repositories/[WORKSPACE]/[REPO]/src/master/[FILENAME] ` but keep getting a 403-Forbidden response. When I run this...

enhancement

When the same cluster is used by 2 (or more) Go Servers, each Go Server plugin instance, based on the timeout for registering kills the other Go Server pods. Example:...

enhancement

The plugin prints following error and stack trace in the plugin log: ``` 2019-06-12 10:44:53,376 ERROR [qtp821513849-70757] KubernetesPlugin:128 - Error while generating status report: Pod is not running. cd.go.contrib.elasticagent.reports.StatusReportGenerationException: Pod...

2.0.0 introduced terminating a pod immediately upon job completion which has proved useful when running many different pipelines with elastic agents, as nodes' resources are freed up quicker which reduces...

When trying to create an agent with an invalid pod.yaml, GoCD only shows 'waiting for agent'. Checking the logs on the server, it shows ``` 2019-01-11 14:27:01,002 ERROR [155@MessageListener for...

Hi everyone, in order to access private git repositories through SSH I was trying to mount a Secret or ConfigMap under `/home/go/.ssh` which contains everything that is required to SSH...