Skip to content

Commit 0420def

Browse files
BagToadadjnhubwriter
authored
Revise Supported autoscaling solutions to include GitHub-hosted runners and more clarifying information about ARC (#49942)
Co-authored-by: adjn <[email protected]> Co-authored-by: hubwriter <[email protected]>
1 parent 9177b20 commit 0420def

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

content/actions/hosting-your-own-runners/managing-self-hosted-runners/autoscaling-with-self-hosted-runners.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,15 @@ You can automatically increase or decrease the number of self-hosted runners in
1919

2020
## Supported autoscaling solutions
2121

22-
{% data variables.product.prodname_dotcom %} recommends using [actions/actions-runner-controller](https://github.com/actions/actions-runner-controller) for autoscaling your runners.
22+
{% ifversion fpt or ghec %}
2323

24-
For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/about-actions-runner-controller)."
24+
{% data variables.product.prodname_dotcom %}-hosted runners inherently autoscale based on your needs. {% data variables.product.prodname_dotcom %}-hosted runners can be a low-maintenance and cost-effective alternative to developing or implementing autoscaling solutions. For more information, see "[AUTOTITLE](/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners)."
25+
26+
{% endif %}
27+
28+
The [actions/actions-runner-controller](https://github.com/actions/actions-runner-controller) (ARC) project is a Kubernetes-based runner autoscaler. {% data variables.product.prodname_dotcom %} recommends ARC if the team deploying it has expert Kubernetes knowledge and experience.
29+
30+
For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/about-actions-runner-controller)" and "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/about-support-for-actions-runner-controller)."
2531

2632
## Using ephemeral runners for autoscaling
2733

0 commit comments

Comments
 (0)