rbd supports ReadWriteMany for block mode

update example rbd PVC from ReadWriteMany
to ReadWriteOnce as rbd supports ReadWriteMany
only if pvc mode is block

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
Madhu Rajanna 2019-06-12 18:48:17 +05:30 committed by mergify[bot]
parent 983f28ad2f
commit 7f993707ca

View File

@ -10,7 +10,7 @@ spec:
kind: VolumeSnapshot
apiGroup: snapshot.storage.k8s.io
accessModes:
- ReadWriteMany
- ReadWriteOnce
resources:
requests:
storage: 1Gi