mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
rkt: Pass through os argument
This was lost in a rebase in #24496 and, while not required to build, is required to function correctly.
This commit is contained in:
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
Block a user