上一页 1 ··· 5 6 7 8 9 10 11 12 13 下一页
  2023年3月16日
摘要: 执行kubectl 时 报错现象:Unable to connect to the server: x509: certificate is valid for 10.96.0.1, 10.103.x.x, 192.168.0.x, 10.103.x.x, 10.103.x.x, 127.0.0.1 阅读全文
posted @ 2023-03-16 15:15 MhaiM 阅读(1661) 评论(0) 推荐(0)
  2023年3月15日
摘要: 故障etcd 节点 加入现有集群 恢复步骤: 1、查看故障节点的etcd状态并关闭服务 systemctl status etcd && systemctl stop etcd 2、列出现有的集群节点ID ETCDCTL_API=3 /opt/etcd/bin/etcdctl --cacert=/o 阅读全文
posted @ 2023-03-15 10:36 MhaiM 阅读(293) 评论(0) 推荐(0)
  2023年3月14日
摘要: 1、现象: Warning FailedCreatePodSandBox 4m57s kubelet Failed to create pod sandbox: rpc error: code = Unknown desc = failed to setup network for sandbox 阅读全文
posted @ 2023-03-14 11:07 MhaiM 阅读(1490) 评论(0) 推荐(0)
  2023年2月21日
摘要: 设置系统时间操作步骤 1.timedatectl set-timezone Asia/Shanghai 2.#将当前的 UTC 时间写入硬件时钟 timedatectl set-local-rtc 0 3.#重启依赖于系统时间的服务 systemctl restart rsyslog systemc 阅读全文
posted @ 2023-02-21 11:15 MhaiM 阅读(52) 评论(0) 推荐(0)
  2023年2月17日
摘要: 1.现象 WARNING: Kubernetes configuration file is group-readable. This is insecure. Location: /root/.kube/config 2.分析原因: 文件权限问题导致 3.解决方法: chmod g-rw ~/.k 阅读全文
posted @ 2023-02-17 14:57 MhaiM 阅读(793) 评论(0) 推荐(0)
  2023年2月10日
摘要: 1、故障现象:error: unable to retrieve the complete list of server APIs: metrics.k8s.io/v1beta1: the server is currently unable to handle the request 2、分析原因 阅读全文
posted @ 2023-02-10 16:54 MhaiM 阅读(1972) 评论(0) 推荐(0)
  2023年1月26日
摘要: 1.修改配置如下: 注:单位可以以h,d 小时,天数表示 默认24h添加配置:retention: 168h 阅读全文
posted @ 2023-01-26 18:43 MhaiM 阅读(2168) 评论(0) 推荐(2)
  2023年1月18日
摘要: 故障现象: 执行kubectl 命令时; 提示"error: You must be logged in to the server (Unauthorized)" 分析: 权限问题,身份认证的文件未配置 原因: 常见部署或者初始化后$HOME/.kube/config文件没有得到替换 解决方法:将 阅读全文
posted @ 2023-01-18 14:25 MhaiM 阅读(5482) 评论(0) 推荐(0)
  2022年12月16日
摘要: PG 故障状态 Creating(创建中)在创建POOL时,需要指定PG的数量,此时PG的状态便处于creating,意思是Ceph正在创建PG Peering(互联中)peering的作用主要是在PG及其副本所在的OSD之间建立互联,并使得OSD之间就这些PG中的object及其元数据达成一致 A 阅读全文
posted @ 2022-12-16 15:57 MhaiM 阅读(357) 评论(0) 推荐(0)
摘要: 1.格式化 ceph集群osd盘 出现设备繁忙,只能手动清空磁盘并重启 格式化:ceph-volume lvm zap /dev/sdc dd 手动清空磁盘:dd if=/dev/zero of=/dev/sdb bs=512K count=1 &&reboot 2.重启完后,再次执行格式化命令,就 阅读全文
posted @ 2022-12-16 15:12 MhaiM 阅读(1923) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 12 13 下一页