06 2021 档案

摘要:busybox: apiVersion: apps/v1 kind: Deployment metadata: name: busybox spec: selector: matchLabels: app: busybox replicas: 2 template: metadata: labels 阅读全文
posted @ 2021-06-30 18:19 大川哥 阅读(31) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/weixin_30497527/article/details/99476059?utm_medium=distribute.pc_relevant_t0.none-task-blog-BlogCommendFromMachineLearnPai2-1.c 阅读全文
posted @ 2021-06-28 17:06 大川哥 阅读(56) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2021-06-28 17:00 大川哥 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2021-06-28 16:49 大川哥 阅读(0) 评论(0) 推荐(0) 编辑
摘要:# master01上执行 USER=root # customizable CONTROL_PLANE_IPS="10.3.65.18" for host in ${CONTROL_PLANE_IPS}; do scp -P 10088 /etc/kubernetes/pki/ca.crt "${ 阅读全文
posted @ 2021-06-28 16:00 大川哥 阅读(72) 评论(0) 推荐(0) 编辑
摘要:参考:https://blog.csdn.net/m350058411/article/details/105456953 https://www.kancloud.cn/pshizhsysu/kubernetes/2055662 第一台master的整体脚本,脚本问题: 1. /etc/docke 阅读全文
posted @ 2021-06-17 20:04 大川哥 阅读(298) 评论(0) 推荐(0) 编辑
摘要:1、 实例9:输出非u开头的行内容,是匹配到u截止 命令: cat test.txt |grep ^[^u] 这个-o参数,是指输出匹配到的内容, ls | grep -o "^[^.]*" 5.使用实例: 说明: 实例3:从文件中读取关键词进行搜索 命令: cat test.txt | grep  阅读全文
posted @ 2021-06-16 17:34 大川哥 阅读(79) 评论(0) 推荐(0) 编辑
摘要:https://shimo.im/docs/pXwjwwdYyqK89q9p/read https://www.bilibili.com/read/cv10171290/ 附件里面有插件,我自己有 阅读全文
posted @ 2021-06-07 18:34 大川哥 阅读(40) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示