Skip to content

Commit

Permalink
Revise Supported autoscaling solutions to include GitHub-hosted run…
Browse files Browse the repository at this point in the history
…ners and more clarifying information about ARC (#49942)

Co-authored-by: adjn <104127038+adjn@users.noreply.github.com>
Co-authored-by: hubwriter <hubwriter@github.com>
  • Loading branch information
3 people authored Apr 8, 2024
1 parent 9177b20 commit 0420def
Showing 1 changed file with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,15 @@ You can automatically increase or decrease the number of self-hosted runners in

## Supported autoscaling solutions

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

For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/about-actions-runner-controller)."
{% 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)."

{% endif %}

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.

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)."

## Using ephemeral runners for autoscaling

Expand Down

0 comments on commit 0420def

Please sign in to comment.