上一页 1 2 3 4 5 6 ··· 12 下一页
摘要: 为什么这么设计 为什么 TCP 建立连接需要三次握手 为什么 DNS 使用 UDP 协议 如何管理自己的时间资产 阅读全文
posted @ 2021-06-25 11:29 TimLinux 阅读(54) 评论(0) 推荐(0) 编辑
摘要: 节点NotReady Traints: node.kubernetes.io/unreachable:NoExecute node.kubernetes.io/unreachable:NoSchedule 解决办法: 查看 kube-controller-manager, kube-schedule 阅读全文
posted @ 2021-06-12 14:52 TimLinux 阅读(2163) 评论(0) 推荐(0) 编辑
摘要: mvn SNAPSHOT版本号的作用 阅读全文
posted @ 2021-06-12 11:40 TimLinux 阅读(13) 评论(0) 推荐(0) 编辑
摘要: k8s 关联技术 自定义资源类型创建工具:kubebuilder harboar 参考文章 下载安装包 下载离线安装包 命令行在github.com后添加 github.com.cnpmjs.org 可以加快下载速度: 加快下载 k8s中部署Harbor harbor-helm for v2.2.2 阅读全文
posted @ 2021-06-09 20:55 TimLinux 阅读(67) 评论(0) 推荐(0) 编辑
摘要: 下载vscode Windows64 安装 下一步,下一步就能够搞定一切 部署GO 安装插件 阅读全文
posted @ 2021-06-06 19:12 TimLinux 阅读(34) 评论(0) 推荐(0) 编辑
摘要: ps -ef | grep 'bash' mkdir -p /var/run/netns cd /var/run/netns/ ln -s /proc/15027/ns/net c0 ip netns ls ip netns exec c0 ip a ip link add veth1.1 type 阅读全文
posted @ 2021-04-10 16:06 TimLinux 阅读(55) 评论(0) 推荐(0) 编辑
摘要: FROM scratch COPY ./root / ENV PATH="/bin:/sbin:/usr/bin:/usr/sbin:" #!/bin/bash if [ -z "$*" ]; then echo "need arguments" exit 0 fi for binfile in " 阅读全文
posted @ 2021-04-10 11:36 TimLinux 阅读(46) 评论(0) 推荐(0) 编辑
摘要: export GOROOT=$HOME/go export GOPATH=$HOME/gopath export PATH=$GOROOT/bin:$GOPATH/bin:$PATH export GOPROXY=https://goproxy.cn export GOSUMDB=sum.golan 阅读全文
posted @ 2021-04-04 08:55 TimLinux 阅读(50) 评论(0) 推荐(0) 编辑
摘要: 原来命令: git clone https://github.com/fanux/sealos 改为这个: git clone https://github.com.cnpmjs.org/fanux/sealos 变化:增加了".cnpmjs.org" 阅读全文
posted @ 2021-04-04 08:51 TimLinux 阅读(44) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-04-08 08:21 TimLinux 阅读(276) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 12 下一页