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
This one works fine, but as for me is too complex and usually pv directories are not created with full permissions, that makes me to enter the node and grant 777 permission for this one manually. Moreover they're never deleted with project although reclaim policy is set as delete
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi folks,
I've been using this hostpath provisioner for a while, but I'm not really satisfied with it
https://github.com/kubevirt/hostpath-provisioner-operator
This one works fine, but as for me is too complex and usually pv directories are not created with full permissions, that makes me to enter the node and grant 777 permission for this one manually. Moreover they're never deleted with project although reclaim policy is set as delete
On the other hand I'm really satisfied with this NFS provisioner
https://github.com/kubernetes-sigs/nfs-subdir-external-provisioner
On the NFS server directories are created with full permissions and reclaim policy works as it should.
I'm looking for a new hostpath provisioner, similar to the NFS one
Any recommendations?
Beta Was this translation helpful? Give feedback.
All reactions