The FlexVolume plugin supports ReadWriteMany depending on the driver (#11014)

I was able to successfully use https://github.com/juliohm1978/kubernetes-cifs-volumedriver to mount a SMB share from multiple nodes. The current docs are misleading, as it is generally possible.
This commit is contained in:
Benedikt Franke
2018-11-19 03:26:08 +01:00
committed by k8s-ci-robot
parent c8050aa0d9
commit 4f6f159dcb
@@ -335,7 +335,7 @@ In the CLI, the access modes are abbreviated to:
| CephFS | ✓ | ✓ | ✓ |
| Cinder | ✓ | - | - |
| FC | ✓ | ✓ | - |
| Flexvolume | ✓ | ✓ | - |
| Flexvolume | ✓ | ✓ | depends on the driver |
| Flocker | ✓ | - | - |
| GCEPersistentDisk | ✓ | ✓ | - |
| Glusterfs | ✓ | ✓ | ✓ |