mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-11 20:21:02 +00:00
docs: add the limitation to disabling updates (#1988)
* docs: add the limitation to disabling updates * docs: better wording
This commit is contained in:
@@ -1578,6 +1578,8 @@ spec:
|
|||||||
- name: DISABLE_WAIT_FOR_DOCKER
|
- name: DISABLE_WAIT_FOR_DOCKER
|
||||||
value: "true"
|
value: "true"
|
||||||
# Disables automatic runner updates
|
# Disables automatic runner updates
|
||||||
|
# WARNING : Upon a new version of the actions/runner software being released
|
||||||
|
# GitHub stop allocating jobs to runners on old versions after 30 days.
|
||||||
- name: DISABLE_RUNNER_UPDATE
|
- name: DISABLE_RUNNER_UPDATE
|
||||||
value: "true"
|
value: "true"
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user