mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
Fix nsenter on Mac
This commit is contained in:
parent
839adb86f0
commit
061a451273
@ -35,7 +35,7 @@ func NewNsenter() *Nsenter {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Exec executes nsenter commands in hostProcMountNsPath mount namespace
|
// 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
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user