mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	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:
		@@ -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,
 | 
			
		||||
						},
 | 
			
		||||
					},
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user