摘要:
图片忘记截图,原因:fastdfs的mod_fastdfd.conf配置文件tracker_server 地址未正确修改为本机ip。 阅读全文
摘要:
[root@hj-elk cert]# openssl x509 -in 4398268__huajingyun.com.pem -noout -datesnotBefore=Aug 24 00:00:00 2020 GMTnotAfter=Aug 25 12:00:00 2021 GMT[root 阅读全文
摘要:
某日发现线上环境磁盘慢了,定位了nacos的logs文件夹,发现有数十G的日志文件,通过tail发现,access_log和config_client_log在不断的刷日志。百度结果基本是升级 但是我的版本已经是比较高的,文章基本都是老版本的毛病,最后通过修改关闭access 访问日志 和 提高co 阅读全文
摘要:
[root@local-huajing /home/fastdfs/storage/data/00/00]# tail -f /opt/nginx/logs/error.log [2021-04-18 21:41:46] ERROR - file: ../fastdfs-nginx-module-m 阅读全文
摘要:
nacos1.4.1 Failed to obtain JDBC Connecton 阅读全文
摘要:
一、获得ip 通过如下网站分别获得github.com 和 github.global.ssl.fastly.net 的ipv4地址,ipv4地址会改变。 https://www.ipaddress.com/ 二、修改host文件 添加2条记录: # Github Hosts140.82.114.4 阅读全文
摘要:
root@k8s-master:~# kubectl get node The connection to the server localhost:8080 was refused - did you specify the right host or port? 原因:使用kubeadm安装的k 阅读全文
摘要:
首先是deployment: apiVersion: apps/v1 kind: Deployment metadata: name: webapp1 spec: replicas: 1 selector: matchLabels: app: webapp1 template: metadata: 阅读全文
摘要:
k8s 节点 删除 重新加入 csr没有 阅读全文
摘要:
创建token授权角色的时候,死活执行不成。 [root@m1 logs]# kubectl create clusterrolebinding kubelet-bootstrap --clusterrole=system:node-bootstrapper --user=kubelet-boots 阅读全文