上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 49 下一页
摘要: yum -y install deltarpm 阅读全文
posted @ 2022-09-06 16:44 LeoShi2020 阅读(31) 评论(0) 推荐(0) 编辑
摘要: [root@SRV1 ~]# free -h total used free shared buff/cache available Mem: 31G 2.4G 224M 33M 28G 28G Swap: 2.0G 2.0M 2.0G [root@SRV1 ~]# sync [root@SRV1 阅读全文
posted @ 2022-09-06 16:43 LeoShi2020 阅读(415) 评论(0) 推荐(0) 编辑
摘要: # 批量tag docker images | grep metallb |awk -v OFS=':' '{print "docker tag "$1,$2" hub.leoshi.io/"$1,$2}' | sh [root@Harbor ~]# docker images | grep met 阅读全文
posted @ 2022-09-06 16:43 LeoShi2020 阅读(233) 评论(0) 推荐(0) 编辑
摘要: 1. 所有表 mysql> SELECT TABLE_NAME,TABLE_ROWS FROM information_schema.`TABLES` WHERE TABLE_SCHEMA = (SELECT database()) ORDER BY TABLE_ROWS DESC; + + + | 阅读全文
posted @ 2022-09-05 09:18 LeoShi2020 阅读(2500) 评论(0) 推荐(0) 编辑
摘要: 1. 已存在SSHKey 登录服务器报 Save at once 2. 删除对应服务器的pub key C:\Users\LeoShi\AppData\Roaming\VanDyke\Config\KnownHosts END 阅读全文
posted @ 2022-09-02 17:48 LeoShi2020 阅读(203) 评论(0) 推荐(0) 编辑
摘要: 1. 问题 [root@localhost ~]# yum install https://www.elrepo.org/elrepo-release-8.el8.elrepo.noarch.rpm Repository extras is listed more than once in the 阅读全文
posted @ 2022-08-31 18:30 LeoShi2020 阅读(1628) 评论(0) 推荐(0) 编辑
摘要: [root@localhost ~]# nmcli connection reload eth0 阅读全文
posted @ 2022-08-31 18:03 LeoShi2020 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 1. docker镜像删除报错 [root@www ~]# docker images REPOSITORY TAG IMAGE ID CREATED SIZE dcm4che/slapd-dcm4chee 2.6.2-26.1 8f1f18417a82 2 months ago 12.2MB dc 阅读全文
posted @ 2022-08-31 11:06 LeoShi2020 阅读(242) 评论(0) 推荐(0) 编辑
摘要: 1. 修改配置文件 /etc/kubernetes/plugins/dns-cache/nodelocaldns.yaml sed 's/k8s.gcr.io/gcr.azk8s.cn\/google_containers/g s/__PILLAR__DNS__SERVER__/192.168.0. 阅读全文
posted @ 2022-08-25 10:29 LeoShi2020 阅读(421) 评论(0) 推荐(0) 编辑
摘要: kubectl edit cm coredns -n kube-system 删除 forward . /etc/resolv.conf { max_concurrent 1000 } 删除 pod 即可 阅读全文
posted @ 2022-08-25 10:21 LeoShi2020 阅读(1468) 评论(0) 推荐(0) 编辑
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 49 下一页