将所有相同型号显卡的node打上 相同的label
kubectl label node ogs-gpu02 gpu_type=k20m
启动device plugin 和app 时:
nodeSelector:
gpu_type: k20m
2024-03-17 14:48:04
将所有相同型号显卡的node打上 相同的label
kubectl label node ogs-gpu02 gpu_type=k20m
启动device plugin 和app 时:
nodeSelector:
gpu_type: k20m