mirror of https://github.com/k3s-io/k3s
rkt: Pass through os argument
This was lost in a rebase in #24496 and, while not required to build, is required to function correctly.pull/6/head
parent
daf6be1a66
commit
941caa1372
|
@ -199,6 +199,7 @@ func New(
|
|||
livenessManager: livenessManager,
|
||||
volumeGetter: volumeGetter,
|
||||
execer: execer,
|
||||
os: os,
|
||||
touchPath: touchPath,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue