FNNDSC / pman

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

Decouple Kubernetes storage and NFS #228

Closed jennydaman closed 1 year ago

jennydaman commented 1 year ago

Replaces the functionality of using a NFS server in kubernetesmgr.py to instead use subPath volume mounts.

NFS_SERVER configuration is removed

Resolves #227