- GoCD server version v20.9.0 or above
- Kubernetes Cluster
- Download the right version of the plugin from the Releases page. The direct link to the latest released version is: https://github.com/gocd/kubernetes-elastic-agents/releases/latest
- Copy the file
kubernetes-elastic-agent-plugin-VERSION.jar
to the GoCD server under${GO_SERVER_DIR}/plugins/external
and restart the server. - The
GO_SERVER_DIR
is usually/var/lib/go-server
on Linux andC:\Program Files\Go Server
on Windows.
-
Configure a Cluster Profile
-
Configure an Elastic Profile
-
Configure job to use an elastic agent profile
- Click the gear icon on Pipeline.
- Click on Stages.
- Create or edit a job.
- Enter the name of an elastic profile in the Job Settings tab.
- Save your changes