You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
volumeAttributes.mountPermissions | mounted folder permissions. The default is `0`, if set as non-zero, driver will perform `chmod` after mount | | No |
30
30
31
+
### `VolumeSnapshotClass`
32
+
33
+
Name | Meaning | Available Value | Mandatory | Default value
34
+
--- | --- | --- | --- | ---
35
+
mountOptions | mount options separated by comma, e.g. `"nfsvers=4.1,sec=sys"` | | No | ""
36
+
server | NFS Server address | domain name `nfs-server.default.svc.cluster.local` <br>or IP address `127.0.0.1` | Yes |
37
+
share | NFS share path | `/` | Yes |
38
+
31
39
### Tips
32
40
#### `subDir` parameter supports following pv/pvc metadata conversion
33
41
> if `subDir` value contains following strings, it would be converted into corresponding pv/pvc name or namespace
0 commit comments