diff --git a/pkg/util/mount/nsenter_mount.go b/pkg/util/mount/nsenter_mount.go index a5ccd89929b..9a64ae440bc 100644 --- a/pkg/util/mount/nsenter_mount.go +++ b/pkg/util/mount/nsenter_mount.go @@ -88,7 +88,7 @@ var _ = Interface(&NsenterMounter{}) const ( hostRootFsPath = "/rootfs" - hostProcMountsPath = "/rootfs/proc/mounts" + hostProcMountsPath = "/rootfs/proc/1/mounts" nsenterPath = "nsenter" )