Merge pull request #119765 from tzneal/detect-nfsv3-and-change-mount-path

fix mirror pod nfs test failure due to differing NFS versions
This commit is contained in:
Kubernetes Prow Robot
2023-08-15 23:12:44 -07:00
committed by GitHub

View File

@@ -348,7 +348,7 @@ func createStaticPodUsingNfs(nfsIP string, nodeName string, cmd string, dir stri
VolumeSource: v1.VolumeSource{
NFS: &v1.NFSVolumeSource{
Server: nfsIP,
Path: "/exports",
Path: "/",
ReadOnly: false,
},
},