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