mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 10:51:29 +00:00
Merge pull request #27380 from rootfs/fix-nsenter-list
Automatic merge from submit-queue in nsenter mounter, read hosts PID 1 /proc/mounts to list the mounts fix #27378
This commit is contained in:
commit
51dd3d562d
@ -88,7 +88,7 @@ var _ = Interface(&NsenterMounter{})
|
||||
|
||||
const (
|
||||
hostRootFsPath = "/rootfs"
|
||||
hostProcMountsPath = "/rootfs/proc/mounts"
|
||||
hostProcMountsPath = "/rootfs/proc/1/mounts"
|
||||
nsenterPath = "nsenter"
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user