We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AWS ebs doesn't support accessModes with ReadWriteMany for k8s volumes, this cause to the following error:
accessModes
ReadWriteMany
-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:
ReadWriteOnce
PersistentVolume
PersistentVolumeClaim
helm-charts/charts/mageai/templates/pv.yaml
Lines 14 to 15 in b0da0bd
Lines 30 to 31 in b0da0bd
The text was updated successfully, but these errors were encountered:
No branches or pull requests
AWS ebs doesn't support
accessModes
withReadWriteMany
for k8s volumes, this cause to the following error:Please add the ability to set different access modes like
ReadWriteOnce
inPersistentVolume
and inPersistentVolumeClaim
:helm-charts/charts/mageai/templates/pv.yaml
Lines 14 to 15 in b0da0bd
helm-charts/charts/mageai/templates/pv.yaml
Lines 30 to 31 in b0da0bd
The text was updated successfully, but these errors were encountered: