mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-22 19:00:27 +00:00
In nsenter_mount.go/isLikelyNotMountPoint function, the returned output from findmnt command misses the last letter. Modify the code to make sure that output has the full target path. fix #26421 #25056 #22911