上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 19 下一页
摘要: 一种是:Service Account 一种是:Opqaque 阅读全文
posted @ 2021-08-20 10:36 lavida2000 阅读(25) 评论(0) 推荐(0)
摘要: 问题 waiting for a volume to be created,either by external provisioner "fuseim.pri/ifs" or manually created by system administrator 解决办法: 使用下面这个镜像。 dock 阅读全文
posted @ 2021-08-19 13:28 lavida2000 阅读(689) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/xxxxaayy/article/details/104989792 https://blog.csdn.net/u013256816/article/details/110251564 https://blog.csdn.net/yuanpan1987/ 阅读全文
posted @ 2021-08-18 15:43 lavida2000 阅读(70) 评论(0) 推荐(0)
摘要: https://www.jb51.net/article/136264.htm exec模式,进程PID为1,但不能使用环境变量等shell特性 CMD ["top"] 要使用shell特性,可以显示以shell方式运行 CMD ["sh","-c","commond"] shell 模式,这种方式 阅读全文
posted @ 2021-08-17 10:13 lavida2000 阅读(48) 评论(0) 推荐(0)
摘要: https://kubernetes.io/zh/docs/reference/kubectl/cheatsheet/ 资源简写 kubectl api-resources 阅读全文
posted @ 2021-08-16 17:49 lavida2000 阅读(92) 评论(0) 推荐(0)
摘要: fdisk 格式化 mkfs.xfs -f /dev/sdb1 #同步分区信息 partprobe #查看分区格式 df -T /dev/sdb1 parted -l blkid lsblk -f # 挂载 mount 源 挂载点 mount /dev/sdb1 /nfs 阅读全文
posted @ 2021-08-16 13:53 lavida2000 阅读(55) 评论(0) 推荐(0)
摘要: ![](https://img2020.cnblogs.com/blog/2281854/202108/2281854-20210815225528870-1549289257.png) 阅读全文
posted @ 2021-08-15 22:56 lavida2000 阅读(130) 评论(0) 推荐(0)
摘要: https://kubernetes.io/zh/docs/concepts/workloads/pods/pod-lifecycle/ https://kubernetes.io/zh/docs/tasks/configure-pod-container/configure-liveness-re 阅读全文
posted @ 2021-08-14 17:28 lavida2000 阅读(161) 评论(0) 推荐(0)
摘要: caliconode is not ready: BIRD is not ready BGP not established with 172.19.0.1 网卡匹配问题,解决办法;falnnel有同样的问题,解决办法一样 用正则匹配也行,我这里就写死吧。 阅读全文
posted @ 2021-08-14 14:38 lavida2000 阅读(47) 评论(0) 推荐(0)
摘要: go env -w GO111MODULE=auto 阅读全文
posted @ 2021-08-13 16:38 lavida2000 阅读(31) 评论(0) 推荐(0)
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 19 下一页