Expose device UUIDs to node label
Closes #1015
This pull request requires additional validation before any workflows can run on NVIDIA's runners.
Pull request vetters can view their responsibilities here.
Contributors can view more details about this message here.
@xiongzubiao could you please provide information on how these labels will be used?
@xiongzubiao could you please provide information on how these labels will be used?
@elezar, we want to provide some sort of visualization to user. User can click each GPU to check its properties, status, and metrics. The device UUID is the natural choice for indexing. There are other ways to get UUID, but it is most straightforward to get it from node labels, because it is a part of node properties.
There is another use case mentioned in #1015: scheduling pod to a specific GPU using node label matching.