yx
文章 232
编程 python使用阿里云ECS SDK统计出7天内到期的服务器
由于阿里云的机器太多,而且账户也多,需要一个账户登录续费巡检不方便, 脚本内容如下 # -*- coding:…
运维 centon ntp时间同步配置
我们使用阿里云的 ntp 时间服务器即可不需要自己搭建。配置如下 yum install -y ntp #安装…
监控 k8s中prometheus operator告警收敛配置
k8s 的 prometheus operator 如果报警没有收敛配置,触发报警后,会一直报警,导致人容易麻…
运维 SonarQube使用postgresql14数据库
PostgreSQL 安装 安装参考官网即可 sudo yum install -y https://down…
运维 jenkins pipeline使用SonarQube代码质量检测
我下载的版本 sonarqube-9.6.0 添加用户(注意他不允许以 root 启动) useradd so…
运维 prometheus operator中解决KubeSchedulerDown KubeControllerManagerDown
controller-manager:负责管理集群各种资源,保证资源处于预期的状态。kube-schedule…