上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 53 下一页
摘要: 问题:default-scheduler 0/1 nodes are available: 1 node(s) had taint {node-role.kubernetes.io/master: }, that the pod didn't tolerate. 解决:kubectl taint n 阅读全文
posted @ 2021-07-01 20:13 salami_china 阅读(1407) 评论(0) 推荐(0) 编辑
摘要: 问题:build constraints exclude all Go files in 解决:export GOOS="linux" 参考链接:https://www.h5w3.com/102231.html 阅读全文
posted @ 2021-07-01 18:46 salami_china 阅读(12028) 评论(0) 推荐(0) 编辑
摘要: 简单部署参考链接:k8s单机部署 阅读全文
posted @ 2021-06-30 20:26 salami_china 阅读(102) 评论(0) 推荐(0) 编辑
摘要: 原文链接: https://www.cnblogs.com/qcloud1001/p/9585724.html 原文:OVS-DPDK Datapath Classifier 阅读全文
posted @ 2021-06-09 18:04 salami_china 阅读(75) 评论(0) 推荐(0) 编辑
摘要: 原文链接:http://www.qishunwang.net/news_show_55525.aspx 因为公司的分部仓库服务器挂了,需要将项目代码迁移到新的仓库。 完整迁移,不仅将所有代码移植到新的仓库,而且要保留所有的commit记录,branch记录,tag记录等等。 比如老仓库的地址是htt 阅读全文
posted @ 2021-04-22 21:51 salami_china 阅读(375) 评论(0) 推荐(0) 编辑
摘要: 参考链接: Linux网络 - 数据包的接收过程 Linux网络 - 数据包的发送过程 阅读全文
posted @ 2021-02-07 11:08 salami_china 阅读(199) 评论(0) 推荐(0) 编辑
摘要: 原文链接:https://www.kancloud.cn/digest/batu-go/153538 bytes.buffer是一个缓冲byte类型的缓冲器存放着都是byteBuffer 是 bytes 包中的一个 type Buffer struct{…} A buffer is a variab 阅读全文
posted @ 2021-02-02 15:28 salami_china 阅读(239) 评论(0) 推荐(0) 编辑
摘要: 原文链接:https://medium.com/@kevinbai/golang-%E4%B8%AD-string-%E4%B8%8E-byte-%E4%BA%92%E8%BD%AC%E4%BC%98%E5%8C%96-6651feb4e1f2 func StrToBytes(s string) [ 阅读全文
posted @ 2021-02-02 15:22 salami_china 阅读(217) 评论(0) 推荐(0) 编辑
摘要: func RemoveDuplicateElement(stringList []string) []string { result := make([]string, 0, len(stringList)) temp := map[string]struct{}{} for _, item := 阅读全文
posted @ 2021-02-02 13:09 salami_china 阅读(220) 评论(0) 推荐(0) 编辑
摘要: 原文链接:https://sourcegraph.com/github.com/kubernetes/client-go@7f988d725c5d73e1cd4d7cc6ea7f964026035903/-/blob/examples/leader-election/main.go /* Copyr 阅读全文
posted @ 2021-01-21 20:13 salami_china 阅读(218) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 53 下一页