diff --git a/pkg/util/mount/nsenter_mount.go b/pkg/util/mount/nsenter_mount.go index 9be0e551d35..8f4e4d24b51 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" )