From be2e61f209b3dc2981605dadc8e00ee6bb53dcdb Mon Sep 17 00:00:00 2001 From: Yusuke Kuoka Date: Thu, 15 Oct 2020 08:40:02 +0900 Subject: [PATCH] Add "alternatives" section to README (#124) Grow together :) --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index a9ad0dac..f45324f1 100644 --- a/README.md +++ b/README.md @@ -364,3 +364,15 @@ spec: repository: summerwind/actions-runner-controller image: YOUR_CUSTOM_DOCKER_IMAGE ``` + +# Alternatives + +The following is a list of alternative solutions that may better fit you depending on your use-case: + +- https://github.com/evryfs/github-actions-runner-operator/ + +Although the situation can change over time, as of writing this sentence, the benefits of using `actions-runner-controller` over the alternatives are: + +- `actions-runner-controller` has the ability to autoscale runners based on number of pending/progressing jobs (#99) +- `actions-runner-controller` is able to gracefully stop runners (#103) +- `actions-runner-controller` has ARM support