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
We'd like to enable debug logging for the dind image created as a sidecar when deploying a RunnerDeployment. From what I'm seeing this is possible by providing a log-level flag to the docker daemon.
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey all,
We'd like to enable debug logging for the dind image created as a sidecar when deploying a
RunnerDeployment
. From what I'm seeing this is possible by providing alog-level
flag to the docker daemon.We're using ARC v0.26.0.
Unfortunately, I'm not able to see a way to accomplish this. I can see that its possible to provide environment variables to the daemon with the
dockerEnv
variable in theRunner
CRD but looking at https://docs.docker.com/engine/reference/commandline/dockerd/#environment-variablesthere's no way to set the log-level using it.
It'd be nice to accomplish this somehow. Thanks
Beta Was this translation helpful? Give feedback.
All reactions