上一页 1 ··· 6 7 8 9 10 11 12 13 下一页
摘要: 官方地址 https://www.kernel.org/ 选择document 选择第一个标签 The linux kernel user's guide and administrator's guide 选择子标签document for /proc/sys 阅读全文
posted @ 2021-11-17 14:07 MacoPlus 阅读(832) 评论(1) 推荐(1)
摘要: 如何修改Linux内核参数 方法一 通过直接修改 /proc/sys/ 下对应的目录(abi debug dev fs fscache kernel net sunrpc user vm) 例如 echo "0" > /proc/sys/net/ipv4/tcp_tw_recycle 方法二 通过s 阅读全文
posted @ 2021-11-16 17:45 MacoPlus 阅读(1003) 评论(0) 推荐(0)
摘要: 事件回顾 告警事件,在这个时间段,已知的信息,无版本发布,及人为操作 事件排查 查看Kubernetes事件信息,事件信息给出的引导信息非常少,只是一些简单的调度操作,并没有说明问题的本质,其中从事件信息获取到二个Kill的操作,但是是正常操作(type) <root@PROD-K8S-CP1 ~> 阅读全文
posted @ 2021-11-12 10:55 MacoPlus 阅读(309) 评论(0) 推荐(0)
摘要: 报错日志 /v3.0/uploadIdentityPhoto.security HTTP/1.1", host: "xc-loan.nflow.internal" 2021/11/01 15:01:50 [warn] 1028#1028: *57622584 a client request bod 阅读全文
posted @ 2021-11-02 18:05 MacoPlus 阅读(2485) 评论(0) 推荐(0)
摘要: 具体告警判断条件 #!/bin/bash # This plugin checks for common network issues. # Currently only checks if conntrack table is more than 90% used. readonly OK=0 r 阅读全文
posted @ 2021-11-02 16:13 MacoPlus 阅读(1090) 评论(0) 推荐(1)
摘要: 日志切割方式:copytruncate 具体配置范例 /var/log/nginx/*.log { create 0644 www-data www-data su www-data www-data #daily size 500M dateext rotate 0 missingok copyt 阅读全文
posted @ 2021-11-02 11:13 MacoPlus 阅读(634) 评论(0) 推荐(0)
摘要: 确认关闭NetworkManger [root@QN-Transit network-scripts]# systemctl stop NetworkManager [root@QN-Transit network-scripts]# systemctl disable NetworkManager 阅读全文
posted @ 2021-10-19 17:26 MacoPlus 阅读(61) 评论(0) 推荐(0)
摘要: 不管怎么测试,UDP/TCP不能配置在一个SVC中,反正总有一个不通 配置文件 TCP apiVersion: v1 kind: Service metadata: annotations: labels: k8s-app: kube-dns kubernetes.io/cluster-servic 阅读全文
posted @ 2021-09-22 12:20 MacoPlus 阅读(109) 评论(0) 推荐(0)
摘要: RabbitMQ配置文件 无论是rabbitmq.conf 还是 advanced.config,必须重启MQ才能生效 how to find tconfiguration file location 通过日志文件定位配置文件的位置 Starting RabbitMQ 3.8.22 on Erlan 阅读全文
posted @ 2021-09-14 15:43 MacoPlus 阅读(704) 评论(0) 推荐(0)
摘要: 修正版 新增ipMasqAgent.enable=true、prometheus.enabled=true、operator.prometheus.enabled=true、Host-Reachable Service (hostServices.enabled=true) vxlan helm i 阅读全文
posted @ 2021-09-14 11:01 MacoPlus 阅读(427) 评论(0) 推荐(0)
上一页 1 ··· 6 7 8 9 10 11 12 13 下一页