Installation

Add a local runner to the Kubiya platform to deploy actions to & use those from within workflows

Local runners are currently supported only from within Kubernetes

You'll need a Kubernetes cluster in order to setup a local runner

  1. Navigate to the Local Runners page

  1. Click on Add Local Runner:

  1. Provide a name for your local runner, we suggest to choose a meaningful name so you can easily identify the cluster which will host it:

  1. After hitting Continue, you should receive a kubectl command to install the operator deployment:

  1. Paste the command in your terminal , make sure that you are in the correct Kubernetes context to make sure the manifest is applied on the correct cluster:

  1. After the manifest is successfully applied, you can check the runner health on the Local Runners dashboard:

Last updated