Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/administration/runner/runner-plugins/custom-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ Enterprise Runners allow remote execution and workflow orchestration close to ta

The installation process varies depending on how the Runner is deployed: on a virtual machine, in a Docker container, or in Kubernetes. This article provides clear instructions for each deployment model.

:::warning Only Available on Runbook Automation Self-Hosted
The custom plugin feature is only available on the self-hosted version of Runbook Automation. It is not available on the cloud version.
:::

## Prerequisites

1. In order for the plugin to be configurable in the GUI, the plugin must also be uploaded to the server. This can be done through the GUI ([example](/learning/howto/how2kube.md#installing-the-kubernetes-plugin-in-rundeck)) or manually [copying the plugin artifacts](/administration/configuration/plugins/installing.md) to the plugins directory.
Expand Down