会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
lavida2000
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
7
8
9
10
11
12
13
14
15
···
19
下一页
2021年8月20日
Secret-1
摘要: 一种是:Service Account 一种是:Opqaque
阅读全文
posted @ 2021-08-20 10:36 lavida2000
阅读(25)
评论(0)
推荐(0)
2021年8月19日
Storageclass-nfs
摘要: 问题 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)
2021年8月18日
minIO搭建
摘要: 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)
2021年8月17日
Dockerfile-cmd-entrypoint
摘要: 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)
2021年8月16日
kubernetes---常用命令--资源简写
摘要: https://kubernetes.io/zh/docs/reference/kubectl/cheatsheet/ 资源简写 kubectl api-resources
阅读全文
posted @ 2021-08-16 17:49 lavida2000
阅读(92)
评论(0)
推荐(0)
Linux磁盘分区相关命令
摘要: 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)
2021年8月15日
Thanos---部署
摘要: 
阅读全文
posted @ 2021-08-15 22:56 lavida2000
阅读(130)
评论(0)
推荐(0)
2021年8月14日
k8s---Readiless---Liveness
摘要: 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)
Calico---问题1
摘要: 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)
2021年8月13日
go-1
摘要: 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
下一页
公告