给节点打上标签:
kubectl label node <node_name> GPU=true #打上标签 GPU=true
在创建pod的yaml文件时: 添加 nodeSelector
这样pod会在有标签 GPU=true 的node上面运行