Replies: 1 comment 1 reply
-
I'm also having similar issue:
This suggests that it can be disabled (by default enabled ?) but setting theDISABLE_RUNNER_UPDATE to false or not defining it has no effect - updates still disabled.
Would be nice to have some clarification. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Using gha-runner-scale-set chart, the resulting ephemeral runners have
runnerJITConfig
populated, which includes:Note
"DisableUpdate": "True"
, which disables auto update on runner start.I couldn't find a way to change this in the docs... Do you know how this setting can be changed?
Beta Was this translation helpful? Give feedback.
All reactions