会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
WeChatID as below
ParkLeah
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
7
8
9
10
···
13
下一页
2022年8月1日
consul agent
摘要: 创建configMap -rwxrwxr-x 1 kube kube 713 Aug 1 22:10 agent.json -rwxrwxr-x 1 root root 1679 Aug 1 18:09 client-key.pem -rwxrwxr-x 1 root root 1086 Aug 1
阅读全文
posted @ 2022-08-01 22:50 MacoPlus
阅读(140)
评论(0)
推荐(0)
2022年7月24日
sed 常用操作
摘要: 特殊符号 ”*“ 号代表重复自己前面的字符,可重复0个或者多个字符 ”.“ 号代表任意一个字符,只能匹配一个字符 ”?“ 号代表重复自己前面的字符,可重复0个或者一个字符 ”+“ 号代表重复自己前面的字符,可重复1个或者多个字符 用法 -i 直接编辑并修改文件,并改变文件原内容 -e 不直接编辑文件
阅读全文
posted @ 2022-07-24 13:44 MacoPlus
阅读(256)
评论(0)
推荐(0)
2022年7月22日
配置Centos Yum官方源
摘要: 定位到下载源 https://vault.centos.org/6.7/os/x86_64/Packages/ 搜索关键字,如下 centos-release 下载包 curl -O https://vault.centos.org/6.7/os/x86_64/Packages/centos-rel
阅读全文
posted @ 2022-07-22 19:11 MacoPlus
阅读(570)
评论(0)
推荐(0)
2022年7月6日
Gitlab no matching host key type found. Their offer: ssh-rsa,ssh-dss
摘要: 错误 具体提示如下 haifeng.gao@XMITDN0504240 MINGW64 ~/salt-nginx-uat (master) $ git push && git push uatdev master Everything up-to-date Unable to negotiate w
阅读全文
posted @ 2022-07-06 19:51 MacoPlus
阅读(1419)
评论(0)
推荐(0)
2022年7月5日
Gitlab使用密钥
摘要: 使用密钥连接gitlab 首先安装好git,安装地址如下 https://git-scm.com/download/win 在桌面,鼠标右键单击,选择Git Bash Here 生成密钥,如下 $ ssh-keygen.exe -t ED25519 Generating public/private
阅读全文
posted @ 2022-07-05 12:49 MacoPlus
阅读(1029)
评论(0)
推荐(0)
2022年6月12日
Kubernetes Prometheus rule
摘要: 告警规则 常用告警规则配置 alerts ## CPU告警规则 groups: - name: CpuAlertRule rules: - alert: PodCPU告警 expr: onecore:pod > 80 or twocore:pod / 2 > 80 or squarecore:pod
阅读全文
posted @ 2022-06-12 11:44 MacoPlus
阅读(725)
评论(0)
推荐(0)
2022年5月24日
运维面试高频知识点
摘要: Docker 什么是docker? docker是基于Golang语言进行开发的一个开源应用容器引擎,换言之就是运行在宿主机上的一个sandboxed process,但是它与宿主机的其它进程是相互隔离的,是操作系统层面的一种虚拟化技术 docker组件模块有哪些? docker client do
阅读全文
posted @ 2022-05-24 00:48 MacoPlus
阅读(301)
评论(0)
推荐(0)
2022年5月22日
OverlayFS Storage driver
摘要: 简介 OverlayFS是Docker公司新型联合文件系统,类似于AUFS,理论上性能更好,实现更简单,Docker为OverlayFS提供了二种storage driver,如下 overlay overlya2 第二代overlay2相比第一代更稳定,实践证明overlay2性能更强,更稳定,主
阅读全文
posted @ 2022-05-22 16:02 MacoPlus
阅读(492)
评论(0)
推荐(0)
Docker storage drivers
摘要: Storage drivers 与 Docker volume storage drivers Docker使用storage drivers用来存储镜像层,并将数据存储到容器的可写层,但是容器的可写层不是持久性的(比如容器发生重启 、删除)数据跟随丢失,适合保存在容器运行时产生的临时数据文件 st
阅读全文
posted @ 2022-05-22 13:21 MacoPlus
阅读(370)
评论(0)
推荐(0)
2022年5月21日
XXL-JOB
摘要: 修改jar包中的文件 # 修改datasource地址 <root@SYS-OPS-JKS02 ~/a># cat BOOT-INF/classes/application.properties ### web server.port=8080 server.context-path=/admin
阅读全文
posted @ 2022-05-21 14:08 MacoPlus
阅读(140)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
10
···
13
下一页
公告