Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.17 KB

install.md

File metadata and controls

38 lines (23 loc) · 1.17 KB

Kubernetes Elastic Agent plugin for GoCD

Prerequisites

  • GoCD server version v20.9.0 or above
  • Kubernetes Cluster

Installation

  • 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 and C:\Program Files\Go Server on Windows.

Configuring the plugin

  1. Configure a Cluster Profile

  2. Configure an Elastic Profile

  3. Configure job to use an elastic agent profile

    1. Click the gear icon on Pipeline.

    Pipeline

    1. Click on Stages.
    2. Create or edit a job.
    3. Enter the name of an elastic profile in the Job Settings tab.

    Configure a job

    1. Save your changes