-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
AWS ebs doesn't support accessModes with ReadWriteMany for k8s volumes, this cause to the following error:
-44db-b466-123456789 failed to provision volume with StorageClass "gp3": rpc error: code = InvalidArgument desc = Volume capabilities not supported
Please add the ability to set different access modes like ReadWriteOnce in PersistentVolume and in PersistentVolumeClaim:
helm-charts/charts/mageai/templates/pv.yaml
Lines 14 to 15 in b0da0bd
| accessModes: | |
| - ReadWriteMany |
helm-charts/charts/mageai/templates/pv.yaml
Lines 30 to 31 in b0da0bd
| accessModes: | |
| - ReadWriteMany |
Metadata
Metadata
Assignees
Labels
No labels