随笔 - 121
文章 - 0
评论 - 2
阅读 -
68745
06 2024 档案
nacos集群部署
摘要:#3个主机安装jdk环境yum install java-1.8.0-openjdk-devel -y#查看版本java -version#部署mysql5.7 数据库 省略#下载地址:https://github.com/alibaba/nacos/releases/download/2.2.3/
阅读全文
CPUThrottlingHigh 异常处理
摘要:现象: CPUThrottlingHigh 1、分析原因: 限制值设置过低,导致容器cpu 限流了 2、处理方案: 调整容器限制值即可
阅读全文
mysql5.7 登录 mysql: /usr/local/mysql/bin/mysql: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory 异常处理
摘要:1、现象: /usr/local/mysql/bin/mysql: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory 2、分
阅读全文
python2安装、&& python3环境安装pssh
摘要:#python2安装1、安装依赖包yum install gcc openssl-devel bzip2-devel make -y2、下载源码安装包wget https://www.python.org/ftp/python/2.7.15/Python-2.7.15.tgz3、解压编译安装tar
阅读全文
The API server is burning too much error budget 异常处理
摘要:1、现象: The API server is burning too much error budget 2、分析原因: 查看事件信息,提示就绪探针检查失败,按照常规存活探针也需要探测并重启服务的 3、处理方案: 需优化apisever的探针配置
阅读全文