02 2021 档案
摘要:实验环境:ansible2.7 1、默认情况下,Ansible将尝试并行管理playbook中所有的机器。对于滚动更新用例,可以使用serial关键字定义Ansible一次应管理多少主机: - name: test play hosts: webservers serial: 2 gather_fa
阅读全文
摘要:1.增加节点标签 备注 =:代表增加标签 kubectl label nodes node3 node-role.kubernetes.io/node3= 2.减少节点标签 备注 -:代表减少标签 kubectl label nodes node3 node-role.kubernetes.io/n
阅读全文
摘要:Prometheus断电后启动异常 Error on ingesting samples that are too old or are too far into the future 国庆假期回来后,发现 Prometheus 服务启动后没数据,查看日志 level=warn ts=2020-10
阅读全文
摘要:https://github.com/containerd/cri/blob/master/docs/registry.md https://blog.csdn.net/alex_yangchuansheng/article/details/112386772 配置 containerd 镜像仓库完
阅读全文
摘要:常用的 ping,tracert,nslookup 一般用来判断主机的网络连通性,其实 Linux 下有一个更好用的网络联通性判断工具,它可以结合ping nslookup tracert 来判断网络的相关特性,这个命令就是 mtr。mtr 全称 my traceroute,是一个把 ping 和
阅读全文
摘要:k8s备份工具之velero https://www.cnblogs.com/zphqq/p/13155394.html veleo备份原理 本地 Velero 客户端发送备份指令。 Kubernetes 集群内就会创建一个 Backup 对象。 BackupController 监测 Backup
阅读全文
摘要:RAID 几种常见的类型 安装的megacli,之前先查看系统硬盘个数和RAID级别 [root@localhost Linux]# cat /proc/scsi/scsi Attached devices: Host: scsi2 Channel: 00 Id: 00 Lun: 00 Vendor
阅读全文