You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use the newest features contained in RUNNER_CONTAINER_HOOKS_VERSION=0.5.0, specifically the ACTIONS_RUNNER_USE_KUBE_SCHEDULER=true feature. I have upgraded to the latest version 0.8.1, but it does not appear that it is using the latest container hooks version. I was able to deduce this because I am still getting the warning message Warning: Skipping name override: name can't be overwritten, which was fixed in the same PR.
I would like to understand:
Am I installing the runner correctly? (Everything works as it should, except that it does not include the latest runner container hook changes)
How can I see which RUNNER_CONTAINER_HOOKS version is being used?
Checking my runner pod environment variables, I see that ACTIONS_RUNNER_USE_KUBE_SCHEDULER: true but it does not actually schedule the -workflow pods on separate nodes.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I would like to use the newest features contained in
RUNNER_CONTAINER_HOOKS_VERSION=0.5.0
, specifically theACTIONS_RUNNER_USE_KUBE_SCHEDULER=true
feature. I have upgraded to the latest version0.8.1
, but it does not appear that it is using the latest container hooks version. I was able to deduce this because I am still getting the warning messageWarning: Skipping name override: name can't be overwritten
, which was fixed in the same PR.I would like to understand:
Here is my configuration:
runner-values.yaml:
Checking my runner pod environment variables, I see that
ACTIONS_RUNNER_USE_KUBE_SCHEDULER: true
but it does not actually schedule the-workflow
pods on separate nodes.Thanks!
Beta Was this translation helpful? Give feedback.
All reactions