会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
超我
博客园
首页
新随笔
联系
订阅
管理
2023年4月4日
sealos 添加node NotReady 处理
摘要: 问题说明: 生产环境 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 超我
阅读(460)
评论(2)
推荐(0)
2023年3月16日
centos7 安装 postgresql-9.2
摘要: 1. 添加yum 配置 yum install -y http://download.postgresql.org/pub/repos/yum/9.2/redhat/rhel-7-x86_64/pgdg-centos92-9.2-3.noarch.rpm 2. 安装服务 yum install -y
阅读全文
posted @ 2023-03-16 19:31 超我
阅读(263)
评论(0)
推荐(0)
2023年3月14日
挖矿 pool.supportxmr.com 处理
摘要: 问题: 阿里云内网服务器 用途: 内网工具 禅道 -- Yapi – wiki – postgres – mysql 等服务在运行 导致机器cpu 一直居高不下, 维持在 50% 的使用率, 会有计划任务自动生成执行脚本拉取外部程序执行, /tmp/.log 是配置文件的生成路径, 系统会运行./l
阅读全文
posted @ 2023-03-14 21:51 超我
阅读(715)
评论(0)
推荐(0)
2023年3月13日
Traceback (most recent call last): File "/usr/bin/yum", line 29, in <module>
摘要: sed -i 's/enabled=1/enabled=0/' /etc/yum/pluginconf.d/fastestmirror.conf sed -i 's/plugins=1/plugins=0/' /etc/yum.conf yum clean all
阅读全文
posted @ 2023-03-13 23:44 超我
阅读(420)
评论(0)
推荐(0)
2023年2月24日
k8s 部署 yearning
摘要: 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 超我
阅读(224)
评论(0)
推荐(0)
2022年7月22日
kube1.22.3.tar.gz 下载
摘要: 链接: https://pan.baidu.com/s/15mzqTNwqEh0B4uWxFsuVlA 提取码: 18bk
阅读全文
posted @ 2022-07-22 17:20 超我
阅读(276)
评论(0)
推荐(0)
2020年9月4日
elasticsearch 不能新建和删除索引
摘要: 一、 错误提示: 索引只读 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 超我
阅读(1026)
评论(0)
推荐(0)
2019年12月20日
centos7 harbor 单机搭建
摘要: 环境说明:centos 7.4 下面使用的域名是自己编造 可自行设置使用 域名在centos7.4 系统做解析 在windows vhost文件也做解析 harbor-offline-installer-v1.10.0.tgz 版本 yum install docker-compose -y 这个命
阅读全文
posted @ 2019-12-20 15:20 超我
阅读(467)
评论(0)
推荐(0)
2019年12月12日
kubectl 设置pod 个数
摘要: Step 1. 查看当前网络命名空间 pods kubectl get po -o wide -n kube-system Step 2. 修改pod数量 kubectl scale --replicas=2 deploy/coredns -n kube-system
阅读全文
posted @ 2019-12-12 18:01 超我
阅读(3298)
评论(0)
推荐(0)
k8s deploy coredns
摘要: coredns 模版如下 也可以直接从github.com 下载 https://github.com/coredns/deployment/tree/master/kubernetes https://github.com/coredns/deployment/blob/master/kubern
阅读全文
posted @ 2019-12-12 17:43 超我
阅读(604)
评论(0)
推荐(0)
下一页
公告