k8s踩坑记录
[kubelet-check] Initial timeout of 40s passed. kubenetes 弃用docker,在V1.24.x版本中kubelet已经不能正常启动了,报这个错切回1.23.x st...
[kubelet-check] Initial timeout of 40s passed. kubenetes 弃用docker,在V1.24.x版本中kubelet已经不能正常启动了,报这个错切回1.23.x st...
1、生成SSL证书 openssl req -new -newkey rsa:2048 -days 3650 -nodes -x509 -keyout node_exporter.key -out node_exporter.crt -subj "/C=CN/...
template.json { "logger" : { "template": "logger*", "settings": { "index.number_of_shards": 3, ...
docker restart seata Error response from daemon: Cannot restart container seata: open /var/lib/docker/containers/af467a4f04568120f1fc48f04f583a0f4...
官网地址 https://rclone.org/ 下载rclone curl https://rclone.org/install.sh | sudo bash 或者 unzip rclone-v1.58.1-linux-amd64.zi...
docker 里运行arthas一直卡着不动 /home # java -jar arthas-boot.jar [1]: 1 jar [INFO] arthas home: /root/.arthas/lib/3.0.5/arthas...
线上要偶然发现skywalking的服务成功率数据计算方式有问题,研究了一下源码顺便捋了捋 关于服务成功率 1、Skywalking 2、elk 收集 nginx 请求日志...
首先查看Full GC花费的时间,比如2秒或以上,这种一般都需要尽快进行调优了 [root@localhost ~]# jstat -gcutil 5524 2000 S0 S1 E O ...
1、index template 配置 index lifecycle ,不是通过 template创建的索引不会生效 2、crontab 脚本 #!/bin/bash ###############################...