上一页 1 2 3 4 5 6 7 ··· 57 下一页
摘要: 1. "Unable to authenticate the request" err="[x509: certificate has expired or is not yet valid: current tim...... see https://github.com/k3s-io/k3s/i 阅读全文
posted @ 2024-03-20 16:48 whmmm 阅读(304) 评论(0) 推荐(0)
摘要: 1. 私有 ip 段 请注意,对于私有 IP 地址(如以 10.x.x.x、172.16.x.x-172.31.x.x 和 192.168.x.x 开头的地址),它们通常用于内部网络,因此无法确定其具体的服务提供商和归属地。对于公共 IP 地址,由于网络配置和服务提供商的变化,上述提供的信息可能并不 阅读全文
posted @ 2024-03-19 09:00 whmmm 阅读(18) 评论(0) 推荐(0)
摘要: 来源 https://loading.io/css/ 原理 vue 没有加载初始化时, 显示的是 div="app" 中的 dom 内容, 优先加载一个 css 动画 css .app-loading-container { top: 0; bottom: 0; left: 0; right: 0; 阅读全文
posted @ 2024-03-18 16:37 whmmm 阅读(41) 评论(0) 推荐(0)
摘要: 1. Nginx中正则捕获组在proxy_pass中不可用 有一个需求, 根据不同的路径代理到后端 问题出在 $1 这个正则捕获组上。在 Nginx 中,正则表达式中的捕获组是根据 () 定义的,但这个捕获组只在 location 内部有效,并且不会传递到 proxy_pass 中。 所以当你在 p 阅读全文
posted @ 2024-03-18 12:09 whmmm 阅读(80) 评论(0) 推荐(0)
摘要: 要使用命令行清理 journalctl 的日志而不是修改配置文件,你可以使用 --vacuum-time 选项。这个选项允许你指定要保留的最近日志的时间长度。 例如,要保留最近 10 天的日志,你可以运行以下命令: bash Copy code sudo journalctl --vacuum-ti 阅读全文
posted @ 2024-03-14 15:00 whmmm 阅读(254) 评论(0) 推荐(0)
摘要: helm 删除历史记录 # 这个就是删除历史记录, history-max=0 默认 10 个 helm upgrade -n test test ./helm-app/test --history-max=1 阅读全文
posted @ 2024-03-04 15:09 whmmm 阅读(26) 评论(0) 推荐(0)
摘要: vue2+element 多选框多选时不换行(el-select组件)调整为鼠标左右滑动查看 .custom-select { max-width: 350px; display: flex; // see https://www.cnblogs.com/tohebe/p/17858737.html 阅读全文
posted @ 2024-02-04 11:45 whmmm 阅读(51) 评论(0) 推荐(0)
摘要: k3s 安装指定版本 ## 指定版本为 INSTALL_K3S_VERSION 参数,不是其他的 curl -sfL https://rancher-mirror.rancher.cn/k3s/k3s-install.sh | INSTALL_K3S_MIRROR=cn \ INSTALL_K3S_ 阅读全文
posted @ 2024-01-02 12:01 whmmm 阅读(149) 评论(0) 推荐(0)
摘要: ubuntu 16.04 配置固定 ip 无法联网 参考 https://www.snel.com/support/static-ip-configuration-ubuntu-16-04/ # interfaces(5) file used by ifup(8) and ifdown(8) aut 阅读全文
posted @ 2023-12-17 21:18 whmmm 阅读(11) 评论(0) 推荐(0)
摘要: 1. 报 code = Unknown desc = failed to get sandbox ip: check network namespace closed: remove netns: unlinkat /var/run/netns/cni-2502ee8a-9f06-2a44-66c6 阅读全文
posted @ 2023-11-03 12:45 whmmm 阅读(532) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 57 下一页
//增加一段JS脚本,为目录生成使用