k8s-device-plugin
k8s-device-plugin copied to clipboard
“Wrong” units for `nvidia.com/gpu.memory`
The example:
nvidia.com/gpu.memory: "39538"
suggests that the labeller isn't using Kubernetes conventions for memory units, which is to report in bytes.
It'd be good to fix this before the v1.0 release.