I've updated https://github.com/gocd/kubernetes-elastic-agents/blob/master/docs/install.md to make it more clear where the plugin JAR file can be downloaded from.
Cheers, Aravind On Sat, Jul 2, 2022 at 10:15 PM Satya Elipe <[email protected]> wrote: > Hi Chad > Thank you for the input, appreciate it. > So, as I mentioned, my server is neither dockerized nor running as a pod > in the cluster, it's just an amzn2 box running on its own. > So, I think the second approach in your email works for me; but I just > wonder, where can I find this jar ( > build/libs/kubernetes-elastic-agent-plugin-VERSION.jar) to download onto > amzn2 ? (Ii think I'm terribly missing something finding it ) > > > [>>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.] > > We are also planning to dockerize the GoCD+Agents soon, then I think > the better approach would be the first point in your mail. > [I would consider deploying a GoCD server as a pod and then elastic agents > will be out of the box available and will be ready with the required > configuration, I guess. ] > > Thanks Again > Satya > > On Fri, Jul 1, 2022 at 5:17 PM Chad Wilson <[email protected]> wrote: > >> 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 >> <https://groups.google.com/d/msgid/go-cd/CAA1RwH_vL3YW%3DGursKVBPC7E1Oz3b%2BOSdmfLX7L8FKYhzzz2TA%40mail.gmail.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/CADKEDRqB13wrvijiFYX0ma9e_JJse6M0Xhy57-c8tdKm154LsQ%40mail.gmail.com > <https://groups.google.com/d/msgid/go-cd/CADKEDRqB13wrvijiFYX0ma9e_JJse6M0Xhy57-c8tdKm154LsQ%40mail.gmail.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/CACxychFwmtdCWp59dLvWK7Lehp8ENXxjfdNg5C7E%2BNL9j8e44A%40mail.gmail.com.
