You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we're just asking for the size and using the default volume driver for the cluster. This is flexible in the sense that it's likely to successfully create a volume in any k8s installation, but you're right that there isn't much user configurability at the moment if they want to use a different CSI.
This is something we can look at in the future, espeically if there are users who want to use some other storage layer than what is available from their provider.
As suspected indeed, the default SC will be used, thanks for the clarification.
I believe flexibility will be a plus, thanks for considering this as a future enhancement :).
Hi,
I have a few questions as I glanced through the code :)
IpfsStorage
andClusterStorage
? I saw"cluster-storage"
but I'm not sure where it is coming fromv1.PersistentVolumeClaim
to bothIpfsStorage
andClusterStorage
for more flexibility?Thanks!
The text was updated successfully, but these errors were encountered: