Hi Satya If you are deploying GoCD into Kubernetes itself via the Helm chart <https://github.com/gocd/helm-chart/blob/master/gocd/README.md> into your cluster without overriding the plugin configuration the "Kubernetes elastic agents" plugin is installed out-of-the-box, if your intent is to run the agents as ephemeral containers inside a cluster.
You'd then need to follow https://github.com/gocd/kubernetes-elastic-agents/blob/master/docs/install.md to configure a cluster profile and 1+ elastic profiles, and then change your pipeline jobs to tell them to use a particular elastic profile ID to essentially tell them which agent container image to run, and what k8s resources the agents need. -Chad On Fri, Jul 1, 2022 at 11:53 PM Satya Elipe <[email protected]> wrote: > Hi All > > I would like to know how can we configure elastic agents for a standalone > Go server which is used to CI/CD for our k8s cluster ? > > Its been brought up long back with two static agents configured to it. As > they are static they always run hence need guidence to turn the agents into > elastic so to avoid idle costs. > > Let me know if more information is required. > > Thank you > Satya > > -- > You received this message because you are subscribed to the Google Groups > "go-cd" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/go-cd/e4a5098c-ed26-45e5-ac8c-d0ec5251da3dn%40googlegroups.com > <https://groups.google.com/d/msgid/go-cd/e4a5098c-ed26-45e5-ac8c-d0ec5251da3dn%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "go-cd" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/go-cd/CAA1RwH_vL3YW%3DGursKVBPC7E1Oz3b%2BOSdmfLX7L8FKYhzzz2TA%40mail.gmail.com.
