Merge pull request #426 from liiri/patch-1

Use NFS server v4.2 in nfs-pv example
This commit is contained in:
Kubernetes Prow Robot 2021-11-04 05:36:03 -07:00 committed by GitHub
commit 9d8c31ea6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -10,3 +10,5 @@ spec:
nfs:
server: nfs-server.default.svc.cluster.local
path: "/"
mountOptions:
- nfsvers=4.2