随笔分类 -  k8s

2019_10_27_PM
摘要:问题说明: 生产环境 K8s 1.24.0 版本 sealos 4.0.0 版本 操作系统 Centos 7.6 内核 5.4 出现问题: (prod 环境需要增加节点来应对线上业务的压力. 截止目前所有节点资源内存使用均在70%左右) 执行: sealos add --nodes 10.0.0.1 阅读全文
posted @ 2023-04-04 19:12 超我 阅读(490) 评论(2) 推荐(0)
摘要:1. 下载镜像 docker pull zhangsean/yearning:v3.1.2.2 2. yaml 文件 apiVersion: apps/v1 kind: Deployment metadata: name: yearning spec: replicas: 1 selector: m 阅读全文
posted @ 2023-02-24 21:57 超我 阅读(236) 评论(0) 推荐(0)
摘要:链接: https://pan.baidu.com/s/15mzqTNwqEh0B4uWxFsuVlA 提取码: 18bk 阅读全文
posted @ 2022-07-22 17:20 超我 阅读(281) 评论(0) 推荐(0)
摘要:一、 错误提示: 索引只读 2020-09-03 16:56:53.270 ERROR 7 [io-8080-exec-10] c.s.c.exception.ServiceExceptionHandler : Controller处理发生错误: IllegalArgumentException:E 阅读全文
posted @ 2020-09-04 11:43 超我 阅读(1029) 评论(0) 推荐(0)
摘要:3节点 192.168.52.6 master 192.168.52.7 node1 192.168.52.8 node2 CA 证书签发 /etc/ssl/k8s git clone git@github.com:he-aook/k8s-certificate-issue-file.git ope 阅读全文
posted @ 2019-11-27 13:15 超我 阅读(1143) 评论(0) 推荐(0)