会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
忙碌在路上
记录点滴成长 Bekey的个人技术博客,坐标:河南郑州 ,职业:运维工程师 QQ:402151718,目前从事K8s运维----求职中,欢迎转介绍
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
10
···
27
下一页
2021年6月7日
visual studio code 远程 开发 shell,连接不上了。
摘要: linux openssh
阅读全文
posted @ 2021-06-07 09:36 忙碌在路上
阅读(6789)
评论(1)
推荐(2)
2021年5月22日
记一次nginx(含fastdfs插件)启动后只有多个master进程,无work进程问题解决
摘要: 图片忘记截图,原因:fastdfs的mod_fastdfd.conf配置文件tracker_server 地址未正确修改为本机ip。
阅读全文
posted @ 2021-05-22 14:27 忙碌在路上
阅读(734)
评论(0)
推荐(0)
2021年5月20日
查看证书的有效期pem
摘要: [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
阅读全文
posted @ 2021-05-20 22:14 忙碌在路上
阅读(3386)
评论(0)
推荐(0)
2021年5月18日
Nacos1.4.1版本 日志疯狂刷,占用磁盘空间
摘要: 某日发现线上环境磁盘慢了,定位了nacos的logs文件夹,发现有数十G的日志文件,通过tail发现,access_log和config_client_log在不断的刷日志。百度结果基本是升级 但是我的版本已经是比较高的,文章基本都是老版本的毛病,最后通过修改关闭access 访问日志 和 提高co
阅读全文
posted @ 2021-05-18 15:43 忙碌在路上
阅读(1833)
评论(0)
推荐(0)
2021年4月18日
使用nginx配合fastdfs功能 Permission denied
摘要: [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
阅读全文
posted @ 2021-04-18 21:51 忙碌在路上
阅读(445)
评论(0)
推荐(0)
2021年4月11日
Nacos1.4.1 使用mysql8+数据库,启动失败start.out报错,Failed to obtain JDBC Connecton
摘要: nacos1.4.1 Failed to obtain JDBC Connecton
阅读全文
posted @ 2021-04-11 21:08 忙碌在路上
阅读(1117)
评论(0)
推荐(0)
2021年3月31日
Github windows修改hosts文件访问
摘要: 一、获得ip 通过如下网站分别获得github.com 和 github.global.ssl.fastly.net 的ipv4地址,ipv4地址会改变。 https://www.ipaddress.com/ 二、修改host文件 添加2条记录: # Github Hosts140.82.114.4
阅读全文
posted @ 2021-03-31 11:00 忙碌在路上
阅读(644)
评论(0)
推荐(0)
2021年3月17日
k8s集群报错:The connection to the server localhost:8080 was refused - did you specify the right host or port?
摘要: 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
阅读全文
posted @ 2021-03-17 21:06 忙碌在路上
阅读(752)
评论(0)
推荐(0)
2021年3月8日
记录一个标准的k8s deployment
摘要: 首先是deployment: apiVersion: apps/v1 kind: Deployment metadata: name: webapp1 spec: replicas: 1 selector: matchLabels: app: webapp1 template: metadata:
阅读全文
posted @ 2021-03-08 15:22 忙碌在路上
阅读(107)
评论(0)
推荐(0)
2021年3月2日
k8s 删除问题节点,重新加入该节点,看不到csr申请
摘要: k8s 节点 删除 重新加入 csr没有
阅读全文
posted @ 2021-03-02 21:52 忙碌在路上
阅读(927)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
10
···
27
下一页
公告