Skip to content

Commit 2f61d4b

Browse files
authored
Include runner group limits in ARC documentation (#56188)
1 parent e81cc04 commit 2f61d4b

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

content/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/troubleshooting-actions-runner-controller-errors.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,10 @@ To fix this, you can do one of the following things.
150150

151151
A `401 Unauthorized` error when attempting to obtain an access token for a {% data variables.product.prodname_github_app %} could be a result of a Network Time Protocol (NTP) drift. Ensure that your Kubernetes system is accurately syncing with an NTP server and that there isn't a significant time drift. There is more leeway if your system time is behind {% data variables.product.github %}'s time, but if the environment is more than a few seconds ahead, 401 errors will occur when using {% data variables.product.prodname_github_app %}.
152152

153+
## Runner group limits
154+
155+
{% data reusables.actions.self-hosted-runner-group-limit %}
156+
153157
## Legal notice
154158

155159
{% data reusables.actions.actions-runner-controller-legal-notice %}

content/actions/hosting-your-own-runners/managing-self-hosted-runners/usage-limits-for-self-hosted-runners.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ type: overview
1515
{% data reusables.actions.usage-api-requests %}
1616
* **Job matrix** - {% data reusables.actions.usage-matrix-limits %}
1717
{% data reusables.actions.usage-workflow-queue-limits %}
18-
* **Registering self-hosted runners** - You can have a maximum of 10,000 self-hosted runners in one runner group. If this limit is reached, adding a new runner will not be possible.
18+
* **Registering self-hosted runners** - {% data reusables.actions.self-hosted-runner-group-limit %}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
You can have a maximum of 10,000 self-hosted runners in one runner group. If this limit is reached, adding a new runner will not be possible.

0 commit comments

Comments
 (0)