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,
|
livenessManager: livenessManager,
|
||||||
volumeGetter: volumeGetter,
|
volumeGetter: volumeGetter,
|
||||||
execer: execer,
|
execer: execer,
|
||||||
|
os: os,
|
||||||
touchPath: touchPath,
|
touchPath: touchPath,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue