FNNDSC / pman

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

Support Kubernetes single PVC deployment #219

Closed lilloukas closed 1 year ago

lilloukas commented 1 year ago

Adding in changes to kubernetesmgr and resources so that pman works on OpenShift with a named PVC. 'STORAGE_TYPE' environment variable needs to be something other than 'host' or 'nfs', and 'CONTAINER_ENV' needs to be set as 'kubernetes'

jennydaman commented 1 year ago

Also, be sure to update the docs (README) when you make a change to behavior

jennydaman commented 1 year ago

Closed in favor of #228