摘要: kubernetes 官网链接: https://v1-18.docs.kubernetes.io/zh/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/ 项目参考: https://github.com/NVID 阅读全文
posted @ 2021-09-29 12:16 salami_china 阅读(148) 评论(0) 推荐(0) 编辑
摘要: 参考链接:https://www.cnblogs.com/landv/p/13139127.html Notify函数让signal包将输入信号转发到c。如果没有列出要传递的信号,会将所有输入信号传递到c;否则只传递列出的输入信号。 signal包不会为了向c发送信息而阻塞(就是说如果发送时c阻塞了 阅读全文
posted @ 2021-09-29 11:49 salami_china 阅读(240) 评论(0) 推荐(0) 编辑
摘要: 详细链接:https://www.cnblogs.com/jkko123/p/7256927.html package main; import ( "github.com/fsnotify/fsnotify" "log" "fmt" ) func main() { //创建一个监控对象 watch 阅读全文
posted @ 2021-09-29 11:44 salami_china 阅读(301) 评论(0) 推荐(0) 编辑
摘要: 详细信息参考:https://www.jb51.net/article/202380.htm package main import ( "github.com/urfave/cli" "os" "log" "fmt" ) func main() { //实例化一个命令行程序 oApp := cli 阅读全文
posted @ 2021-09-29 11:32 salami_china 阅读(1019) 评论(0) 推荐(0) 编辑
摘要: 问题:git pull 下载失败 现象: git clone https://github.com/NVIDIA/k8s-device-plugin.git fatal: unable to access 'xxx': Encountered end of file 解决:https改成git gi 阅读全文
posted @ 2021-09-29 10:39 salami_china 阅读(2852) 评论(0) 推荐(0) 编辑