FNNDSC / pman

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

Added gpu limit for openshift manager #69

Closed ravisantoshgudimetla closed 6 years ago

ravisantoshgudimetla commented 6 years ago

This ensures OpenShift manager can schedule pods with GPU requests. This is specific to OpenShift 3.6, 3.7. This has not been tested.

cc @danmcp

danmcp commented 6 years ago

@ravisantoshgudimetla LGTM Let me know if you think this is ready to merge.

ravisantoshgudimetla commented 6 years ago

@danmcp Made changes for 3.9. It needs testing.

ravisantoshgudimetla commented 6 years ago

@danmcp Just tested this code successfully on 3.9 cluster. This was able to add the required node selector(accelerator=gpu). This is good to go. PTAL