上一页 1 2 3 4 5 6 ··· 111 下一页
摘要: 使用kubeadm部署的K8S集群etcd是精简版镜像 无法执行sh bash 使用以下方法查询集群etcd信息 获取pod信息 kubectl get pod -n kube-system | grep etcd 使用pod信息查询 # 查询etcd集群健康状态 kubectl exec -n k 阅读全文
posted @ 2026-03-05 16:17 minseo 阅读(5) 评论(0) 推荐(0)
摘要: Windows10某个政府网页需要使用IE浏览器打开 但是现在都只有Edge浏览器 解决方法:设置IE模式 设置-默认浏览器-Internet Explorer 兼容性-设置为允许-添加页面 重启Edge再打开页面即可兼容IE浏览器 阅读全文
posted @ 2026-02-24 14:08 minseo 阅读(55) 评论(0) 推荐(0)
摘要: 故障现象 Edge浏览器打开就闪退 处理方法 Win+R %localappdata%\Microsoft\Edge\User Data 打开浏览器数据目录 把目录default重命名为default_backend 3. 恢复收藏夹 从default_backend目录把收藏夹文件Bookmark 阅读全文
posted @ 2026-02-11 14:55 minseo 阅读(34) 评论(0) 推荐(0)
摘要: Infisical搭建参考 https://www.cnblogs.com/minseo/p/18369459 官网安装参考 https://infisical.com/docs/self-hosting/deployment-options/native/linux-package/install 阅读全文
posted @ 2026-02-05 16:23 minseo 阅读(8) 评论(0) 推荐(0)
摘要: 替换国内源 sed -e 's|^mirrorlist=|#mirrorlist=|g' \ -e 's|^#baseurl=http://dl.rockylinux.org/$contentdir|baseurl=https://mirrors.aliyun.com/rockylinux|g' \ 阅读全文
posted @ 2026-02-05 16:17 minseo 阅读(164) 评论(0) 推荐(0)
摘要: podman无守护进程无法像docker一样设置开机自启动 环境查看 系统环境 # lsb_release -a No LSB modules are available. Distributor ID:Ubuntu Description:Ubuntu 22.04.4 LTS Release:22 阅读全文
posted @ 2026-02-03 10:49 minseo 阅读(40) 评论(0) 推荐(0)
摘要: kubeadm搭建集群怎么更新证书 master节点查看证书有效期 # kubeadm certs check-expiration [check-expiration] Reading configuration from the "kubeadm-config" ConfigMap in nam 阅读全文
posted @ 2026-01-29 14:32 minseo 阅读(12) 评论(0) 推荐(0)
摘要: 故障现象 在Rancher下载的kubeconfig证书使用报错 tls: failed to verify certificate: x509: certificate signed by unknown authority" 故障原因 付费SSL证书 Kubeconfig 中的 certific 阅读全文
posted @ 2026-01-20 10:42 minseo 阅读(115) 评论(0) 推荐(0)
摘要: 故障现象 使用seafile搭建的网盘批量下载提示 size too large 故障原因 文件下载大小受限 修复方法 修改seafile配置文件 添加参数 # cat /opt/seafile-data/seafile/conf/seafile.conf [fileserver] port = 8 阅读全文
posted @ 2026-01-09 14:05 minseo 阅读(41) 评论(0) 推荐(0)
摘要: Harbor默认安装是使用docker生成的docker-compose.yml配置文件使用podman-compose命令启动报错 需要修改配置文件使用podman-compose启动 环境查看 系统环境 # cat /etc/redhat-release Rocky Linux release 阅读全文
posted @ 2025-12-31 10:51 minseo 阅读(49) 评论(0) 推荐(1)
上一页 1 2 3 4 5 6 ··· 111 下一页