diff --git a/pkg/util/nsenter/nsenter_unsupported.go b/pkg/util/nsenter/nsenter_unsupported.go index 17b3b5722d3..9c2130cb6f1 100644 --- a/pkg/util/nsenter/nsenter_unsupported.go +++ b/pkg/util/nsenter/nsenter_unsupported.go @@ -35,7 +35,7 @@ func NewNsenter() *Nsenter { } // Exec executes nsenter commands in hostProcMountNsPath mount namespace -func (ne *Nsenter) Exec(args ...string) exec.Cmd { +func (ne *Nsenter) Exec(cmd string, args []string) exec.Cmd { return nil }