asteven / local-zfs-provisioner

ZFS based persistent volumes for Kubernetes.
Apache License 2.0
15 stars 8 forks source link

Support dynamic provisioning? #9

Open stevefan1999-personal opened 4 years ago

stevefan1999-personal commented 4 years ago

Since resizing persistent volumes in k8s is isomorphic to setting a bigger quota on a dataset for ZFS, I think this is pretty doable, sadly I had limited golang knowledge and couldn't really do it on my own.

asteven commented 4 years ago

JFYI: I'm deprecating this in favor of zfs-provisioner which is doing the same thing but is written in python.