若无闲事挂心头,便是人间好时节。|

Chuyio

园龄:7年10个月粉丝:87关注:16

随笔分类 -  常用软件工具

ceph集群状态 pgs not scrubbed in time
摘要:检查集群状态 ``` # ceph -s cluster: id: 83738b81-56e4-4d34-bdc2-3a60d789d224 health: HEALTH_WARN 75 pgs not scrubbed in time services: mon: 3 daemons, quoru
710
0
0
npc客户端安装配置
摘要:``` D:\app\windows_amd64_client\npc.exe install -server=xxx.xxx.xxx.xxx:8069 -vkey=07sdz23ykge63p21 -type=tcp D:\app\windows_amd64_client\npc.exe star
787
0
0
calico.yaml
摘要:``` # Source: calico/templates/calico-kube-controllers.yaml # This manifest creates a Pod Disruption Budget for Controller to allow K8s Cluster Autosc
78
0
0
coredns.yaml
摘要:``` apiVersion: v1 kind: ServiceAccount metadata: name: coredns namespace: kube-system apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole meta
62
0
0
k8s推送代码至gitlab报错error: RPC failed; result=22, HTTP code = 413 fatal: The remote end hung up unexpectedly
摘要:``` # git push -u origin main Username for 'http://gitlab.wjl.net': root Password for 'http://root@gitlab.wjl.net': Counting objects: 1032, done. Delt
248
0
0
重启harbor的脚本
摘要:``` #!/bin/bash WORK_DIR=/root/harbor for STOP_COUNT_NUM in {1..10} do cd $WORK_DIR docker-compose stop if [ ! $? -eq 0 ]; then echo " STOP ERROR 正在进行
121
0
0
K8S使用ceph-csi持久化存储之RBD
摘要:Kubernetes集成Ceph一般有两种方案:Ceph组件运行在Kubernetes中,可以使用Rook;还有就是Kubernetes集成外部的Ceph集群。 Ceph版本 ``` [root@master ~]# ceph -v ceph version 14.2.22 (ca745980650
834
0
1
ceph-deploy部署ceph集群 nautilus 14.2.22
摘要:## 规划 | 主机名 | IP地址 | 系统 | ceph版本 | ceph硬盘 | 大小 | 组件 | 规划 | | | | | | | | | | | master | 192.168.1.60 | CentOS7.9 | ceph-15.2.10 | sdb | 100G | OSD、MOD
596
0
1
centos7 k8s v1.23.15 三节点 全二进制部署
摘要:| 主机名 | IP地址 | Pod 网段 | Service 网段 | | | | | | | master | 192.168.10.10 | 172.16.0.0/12 | 10.96.0.0/16 | | node1 | 192.168.10.20 | 172.16.0.0/12 | 10.
158
0
0
安装ceph集群
摘要:## 环境 ``` # cat /etc/redhat-release CentOS Linux release 7.9.2009 (Core) # uname -a Linux k8s-node01 6.2.5-1.el7.elrepo.x86_64 #1 SMP PREEMPT_DYNAMIC
57
0
0
构建编译dockerfile docker build报错make: uname: Operation not permitted
摘要:报错信息: ![](https://img2023.cnblogs.com/blog/1138462/202306/1138462-20230609223131312-1389627832.png) 查看docker版本 ![](https://img2023.cnblogs.com/blog/11
592
0
0
/etc/fstab挂载NAS盘配置_netdev区别
摘要:环境说明: ## 添加 `_netdev` 参数配置 ``` # NAS NFS客户端配置 [root@node02 ~]# mount -t nfs 192.168.1.30:/NAS_NFS /data [root@node02 ~]# df -hT | grep data$ 192.168.1
3050
0
0
mount: wrong fs type, bad option, bad superblock on xxx.xxx.xxx.xxx:/NAS_NFS
摘要:## 远程挂在NAS盘或NFS共享盘报错 ``` # 中文: [root@node02 ~]# mount -t nfs 192.168.1.30:/NAS_NFS /data/ mount: 文件系统类型错误、选项错误、192.168.1.30:/NAS_NFS 上有坏超级块、 缺少代码页或助手程
735
0
0
/var/spool/postfix/maildrop占用空间及inode问题处理
摘要:早上收到报警如下: 触发2级告警【严重】- 来源【指标平台】 ⏰ 告警时间:2023-04-20 09:15:43 🕐 发生时段:2023-04-20 09:14:43 ~ 持续中 📌 告警标题:基础资源监控-linux系统inode使用率(本地磁盘)一线运维 📚 监控类型:基础资源监控 📜
488
0
0
mongodb nohttpinterface 参数 导致开机启动失败
摘要:报错信息如下: # /opt/mongoBD/bin/mongod --config /opt/mongoBD/mongod.conf Error parsing INI config file: unrecognized option 'nohttpinterface' try '/opt/mon
820
0
1
rpm包下载网站
摘要:推荐几个rpm包下载网站 比较全面但是下载速度有点慢 http://rpm.pbone.net/ 速度还可以就是没有上面的全 http://www.rpmfind.net/linux/rpm2html/search.php CentOS7 rpm包下载地址 http://mirror.centos.
5447
0
0
openssl生成RSA公钥和私钥
摘要:生成公钥与私钥 生成私钥 生成2048长度的私钥,保存在rsa_private_key.pem文件中 # openssl genrsa -out rsa_private_key.pem 2048 Generating RSA private key, 2048 bit long modulus ..
1417
0
0
nfs
摘要:NFS 介绍 NFS 是 Network FileSystem 的缩写,就是网络文件存储系统,它最早是由 Sun 公司发展出来的,也是 FreeBSD 支持的文件系统中的一个,它允许网络中的计算机之间通过 TCP/IP 网络共享资源。通过 NFS,我们本地 NFS 的客户端应用可以透明地读写位于服务
51
0
0
测试文件下载测试网速带宽
摘要:http://speed.hetzner.de/
2324
0
0
点击右上角即可分享
微信分享提示
深色
回顶
收起