上一页 1 2 3 4 5 6 7 8 9 ··· 13 下一页
  2023年10月24日
摘要: #etcd数据备份 #!/bin/bash#备份数据目录创建dir=/data/apisix-etcd-0if [ ! -d "dir" ];thenmkdir -p /data/{apisix-etcd-0,apisix-etcd-1,apisix-etcd-2}#apisix etcd数据备份E 阅读全文
posted @ 2023-10-24 15:44 MhaiM 阅读(553) 评论(0) 推荐(0)
  2023年10月18日
摘要: 现象: [ERROR FileContent--proc-sys-net-bridge-bridge-nf-call-iptables]: /proc/sys/net/bridge/bridge-nf-call-iptables contents are not set to 1 原因: /proc 阅读全文
posted @ 2023-10-18 16:00 MhaiM 阅读(690) 评论(0) 推荐(0)
摘要: 现象: [kubelet-check] The HTTP call equal to 'curl -sSL http://localhost:10248/healthz' failed with error: Get "http://localhost:10248/healthz": dial tc 阅读全文
posted @ 2023-10-18 13:13 MhaiM 阅读(1394) 评论(0) 推荐(1)
  2023年10月14日
摘要: 1、gitlab 软件下载地址 官方源:https://packages.gitlab.com/gitlab/gitlab-ce/清华源:https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el7/ 注意:ce为社区版,ee为企业版 2、安装依赖包 阅读全文
posted @ 2023-10-14 11:42 MhaiM 阅读(825) 评论(0) 推荐(0)
  2023年10月13日
摘要: [root@192 ~]# 主机名不全的问题添加如下参数到环境变量里面即可 添加参数 到/etc/profile,立即生成source !$ export PS1="[\u@\H \W]\$" 阅读全文
posted @ 2023-10-13 15:23 MhaiM 阅读(155) 评论(0) 推荐(0)
  2023年9月24日
摘要: 现象:K8S 组件报 server returned HTTP status 401 Unauthorized,看apiserver 日志有很多Unable to authenticate the request" err="[x509: certificate has expired or is 阅读全文
posted @ 2023-09-24 13:13 MhaiM 阅读(1504) 评论(0) 推荐(0)
  2023年9月20日
摘要: 说明:2024/04/08 nvidia-container-runtime,现在叫 nvidia-container-toolkit gpu共享技术(提高资源利用率): 时间分片Time-Slicing多实例 GPU (MIG)多进程服务 (MPS) 启动服务 nvidia-cuda-mps-co 阅读全文
posted @ 2023-09-20 15:40 MhaiM 阅读(1867) 评论(0) 推荐(0)
  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 阅读(1854) 评论(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 阅读(281) 评论(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 阅读(831) 评论(2) 推荐(1)
上一页 1 2 3 4 5 6 7 8 9 ··· 13 下一页