CCI-MOC / openshift-usage-scripts

0 stars 4 forks source link

When calculating usage, let gpu_type be None because #57

Closed naved001 closed 7 months ago

naved001 commented 7 months ago

get_service_unit() will handle that appropriately. Additionally, don't set gpu_type to resource (usuallu nvidia.com/gpu) because we will need to use resource type for determining if it's a MIG GPU. That will be handled in a future PR.