I have been experimenting with communishift recently and found out, that it is not possible to create ReadWriteOnce PersistentVolumeClaim. After creation of such volume it gets stuck forever in Pending state. Although ReadWriteMany works as expected.
ReadWriteOnce
Pending
ReadWriteMany
Yeah, the problem turned out to be that I hadn't allocated any RWO volumes. ;)
I made some now, but you should be able to use ReadWriteMany if you like.
:radio:
Metadata Update from @kevin: - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)
just found this. yeah this happened to me today too. Work around by using ReadWriteMany