Open dvonessen opened 1 year ago
The project seems dead and I think will break with Kubernetes 1.27 (CSI related changes)
I think best alternative at the moment is to have rancher/local-path-provisioner add mounting and resizing scripts and then similar setup can be achieved with it
The project is not dead and is still being actively used in production. It's just that I haven't seen that many issues to cut a new release yet. Any specifics on the issue you're facing on Kubernetes 1.27?
external-provisioner complains about this:
W0923 14:28:14.212098 1 warnings.go:70] storage.k8s.io/v1beta1 CSIStorageCapacity is deprecated in v1.24+, unavailable in v1.27+; use storage.k8s.io/v1 CSIStorageCapacity
Numerous PR-s are open https://github.com/openebs/rawfile-localpv/pulls
Latest commit is nearly 2 years ago...
develop
, not the master
branch, last commit of which happened on 2023 Jul 6thThat said, it might actually be a good time to cut a new release, and address those issues. Thanks for the feedback.
@semekh, Thank you for your amazing work on this and I'm sorry to ask... We hit the same deprecation issue on 1.28 (which makes sense). Any chance a new release is coming?
Thanks too for this module! But it doesn't look very active, because this issue was created in April and it took until September to respond and now there is still no new release. I'm currently wondering if it's better to use lvm-localpv on a file, but that doesn't feel right :/
Hey @arusa Unfortunately I've been unable to cut a new release due to outdated CI credentials. Have reached out to upstream OpenEBS members lately. If that doesn't work I might publish this under another organization.
Thanks for the quick reply! :)
hi @semekh just checking in in the CI credentials issue. Did our CI folks get back to you on this issue and update you with the info you needed? - I think I recall seeing a convo on that. please confirm?
Hi,
this project seems exactly what I want to use for my single node kubernetes server. But the last commit is more than 2.5 years ago, is there still progress in this project? Or is there another project which covers this use case?
Thank you!