随笔 - 121  文章 - 0  评论 - 2  阅读 - 68745 
02 2023 档案
设置宿主机时间问题
摘要:设置系统时间操作步骤 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 阅读(27) 评论(0) 推荐(0) 编辑
执行helm list 提示kube/config 告警问题
摘要: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 阅读(681) 评论(0) 推荐(0) 编辑
执行kubectl api-resources 报错error: unable to retrieve the complete list of server APIs: metrics.k8s.io/v1beta1: the server is currently unable to handle the request
摘要: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 阅读(1504) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示