mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 04:33:26 +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 (
|
const (
|
||||||
hostRootFsPath = "/rootfs"
|
hostRootFsPath = "/rootfs"
|
||||||
hostProcMountsPath = "/rootfs/proc/mounts"
|
hostProcMountsPath = "/rootfs/proc/1/mounts"
|
||||||
nsenterPath = "nsenter"
|
nsenterPath = "nsenter"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user