摘要: 给节点打上标签: kubectl label node <node_name> GPU=true #打上标签 GPU=true 在创建pod的yaml文件时: 添加 nodeSelector 这样pod会在有标签 GPU=true 的node上面运行 阅读全文
posted @ 2019-02-01 16:17 划得戳 阅读(3111) 评论(0) 推荐(0)