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
commit 061ae8a68b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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,
},
},