Skip to content

Commit 3d2b1de

Browse files
docs: add ARC troubleshooting note about NTP (#54718)
Co-authored-by: Joe Clark <[email protected]>
1 parent 75169c1 commit 3d2b1de

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

+4
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,10 @@ To fix this, you can do one of the following things.
146146
command: ["/home/runner/run.sh"]
147147
```
148148

149+
## Error: `failed to get access token for {% data variables.product.prodname_github_app %} auth: 401 Unauthorized`
150+
151+
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 %}.
152+
149153
## Legal notice
150154

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

0 commit comments

Comments
 (0)