FNNDSC / pman

A process management system written in python
MIT License
22 stars 33 forks source link

Kubernetes subPath volumes to support single-PVC deployment #227

Closed jennydaman closed 1 year ago

jennydaman commented 1 year ago

Support Kubernetes subPath volumes would allow us to use a single PVC for pfcon as the "storeBase" and then spawn off job containers using subPaths of that single PVC.

https://kubernetes.io/docs/concepts/storage/volumes/#using-subpath

Implementation of this feature would supersede https://github.com/FNNDSC/pman/pull/219

jennydaman commented 1 year ago

Implementation of this feature can also replace our support for NFS Kubernetes volumes