Commit 44021747 authored by k8s-merge-robot's avatar k8s-merge-robot

Merge pull request #24756 from euank/rkt-fix-os-arg

Automatic merge from submit-queue rkt: Pass through os argument This was lost in a rebase in #24496 and, while not required to build, is required to function correctly under rkt (else panics!) cc @yifan-gu
parents 577fa2e2 941caa13
...@@ -199,6 +199,7 @@ func New( ...@@ -199,6 +199,7 @@ func New(
livenessManager: livenessManager, livenessManager: livenessManager,
volumeGetter: volumeGetter, volumeGetter: volumeGetter,
execer: execer, execer: execer,
os: os,
touchPath: touchPath, touchPath: touchPath,
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment