上一页 1 2 3 4 5 6 7 8 9 10 ··· 13 下一页
  2023年9月19日
摘要: 现象:Readiness probe failed 8181: connect: connection refused 1、分析: kubectl 直接 describe CoreDNS Pod,显示 ReadinessProbe 探针异常,导致 Pod 无法正常启动,由于 ReadinessPro 阅读全文
posted @ 2023-09-19 15:20 MhaiM 阅读(1929) 评论(0) 推荐(0)
  2023年9月11日
摘要: 背景:kubesphere 修改完所有控制器资源会恢复回原来的配置,没法通过控制器去修改资源 1、登录ks-console 容器 kubectl exec -it ks-installer-7bb9b86d69-qlfvg -n kubesphere-system bash #kubesphere 阅读全文
posted @ 2023-09-11 10:04 MhaiM 阅读(304) 评论(0) 推荐(0)
  2023年9月1日
摘要: 1、单机版下载地址: https://github.com/VictoriaMetrics/VictoriaMetrics 注:集群版选择cluster版本 2、下载解压得到二进制文件 tar -xf victoria-metrics-linux-amd64-v1.93.1.tar.gz mv vi 阅读全文
posted @ 2023-09-01 15:36 MhaiM 阅读(903) 评论(2) 推荐(1)
  2023年8月16日
摘要: #K8S升级步骤,注意升级集群会重置coredns 自定义的域名解析,小版本升级,最好不要跨几个大版本升级 注:升级前先通过kubepug工具检查废弃的版本 将旧版本的api转为新版本对应的api 查看旧版本的api资源内容 ETCDCTL_API=3 /opt/etcd/bin/etcdctl - 阅读全文
posted @ 2023-08-16 12:57 MhaiM 阅读(466) 评论(0) 推荐(0)
摘要: 现象: [upgrade/config] Making sure the configuration is correct:[upgrade/config] Reading configuration from the cluster...[upgrade/config] FYI: You can 阅读全文
posted @ 2023-08-16 09:27 MhaiM 阅读(396) 评论(0) 推荐(0)
  2023年8月15日
摘要: 现象:Failed to create pod sandbox: rpc error: code = Unknown desc = [failed to set up sandbox container "84f81f2eb977db06dcafa1bd9d6000bc562d0c57b83484d 阅读全文
posted @ 2023-08-15 22:28 MhaiM 阅读(1465) 评论(0) 推荐(0)
  2023年8月10日
摘要: 现象: your configuration file uses an old API spec: "kubeadm.k8s.io/v1beta2". Please use kubeadm v1.22 instead and run 'kubeadm config migrate --old-con 阅读全文
posted @ 2023-08-10 15:56 MhaiM 阅读(1267) 评论(0) 推荐(0)
  2023年8月8日
摘要: 1、复制 client-certificate-data: 如下的内容 2、 执行解密 echo" client-certificate-data的内容" |base64 -d >c.crt 3、查看过期时间 cfssl certinfo -cert c.crt 查看 not_before 和not 阅读全文
posted @ 2023-08-08 09:00 MhaiM 阅读(102) 评论(0) 推荐(0)
  2023年7月27日
摘要: 背景:centos7+ 支持chrony 时间同步配置,centos8 不支持ntp 时间同步,chrony 配置比ntp 更简单高效 1、chrony server 端配置如下配置需要修改 cat /etc/chrony.conf server time2.aliyun.com minpoll 4 阅读全文
posted @ 2023-07-27 10:02 MhaiM 阅读(711) 评论(0) 推荐(0)
  2023年7月25日
摘要: 现象:后加入master节点报错 error execution phase control-plane-prepare/download-certs: error downloading certs: the Secret does not include the required certifi 阅读全文
posted @ 2023-07-25 00:05 MhaiM 阅读(968) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 13 下一页