AliyunContainerService / gpushare-device-plugin

GPU Sharing Device Plugin for Kubernetes Cluster
Apache License 2.0
468 stars 144 forks source link

fix: modify the naming method to reduce the gRPC's request bytes #42

Closed qmloong closed 3 years ago

qmloong commented 3 years ago

MiB unit may reach gRPC package limit 4MiB

fix: #39

cheyang commented 3 years ago

I recommend to use GiB instead of MiB as request. Or You can make the unit as 128MiB or 255MiB. Please check this issue: https://github.com/AliyunContainerService/gpushare-scheduler-extender/issues/16

qmloong commented 3 years ago

ok, thanks