摘要: 一· 快速命令 1.生成ca证书 openssl req -new -x509 -keyout ca.key -out ca.crt -days 36500在本目录得到 ca.key 和 ca.crt 文件 2.生成服务端和客户端私钥 openssl genrsa -des3 -out server 阅读全文
posted @ 2021-05-25 15:06 牧之丨 阅读(1730) 评论(0) 推荐(0) 编辑
摘要: 背景: 用了Maven之后,你有没有这样的想法,自己一直在使用别人贡献的代码,自己能不能把自己觉得好的代码也贡献出来让大家方便。 还有如果你也是一名程序员,你会不会觉得要是把自己积累起来日常常用的代码工具组件放到Maven的中央仓库之后,很方便维护和升级, 可以做到 一次发布,到处使用 。 不用交给 阅读全文
posted @ 2019-09-22 16:05 牧之丨 阅读(1441) 评论(0) 推荐(1) 编辑
摘要: https://helm.sh/docs/chart_template_guide/accessing_files/#configmap-and-secrets-utility-functions 阅读全文
posted @ 2024-11-11 13:36 牧之丨 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 我下载了 https://archive.apache.org/dist/httpd/httpd-2.4.62.tar.gz 请问如何解压配置一个apache server,并配置新增端口30000,转发到nginx 32020端口 ⚠️由于网站限制,Kimi 未能阅读这个网页中的 要解压、配置Ap 阅读全文
posted @ 2024-11-07 18:08 牧之丨 阅读(10) 评论(0) 推荐(0) 编辑
摘要: "|",保留每行尾部的换行符\n。">",删除每行尾部的换行符\n,则看似多行文本,则在程序中会将其视为一行。 include_newlines: | exactly as you see will appear these three lines of poetry fold_newlines: 阅读全文
posted @ 2024-10-31 19:31 牧之丨 阅读(28) 评论(0) 推荐(0) 编辑
摘要: 发布日期:2018-04-08 00:00 浏览次数:16642 1.元宵节Lantern Festival 2.刺绣embroidery 3.重阳节Double-Ninth Festival 4.清明节Tomb Sweeping Day 5.剪纸paper cutting 6.书法calligra 阅读全文
posted @ 2024-10-27 00:24 牧之丨 阅读(10) 评论(0) 推荐(0) 编辑
摘要: https://github.com/hhyo/Archery/issues/1220 https://inception-document.readthedocs.io/zh-cn/latest/variables/ https://github.com/hhyo/Archery/issues/1 阅读全文
posted @ 2024-10-17 16:14 牧之丨 阅读(13) 评论(0) 推荐(0) 编辑
摘要: 监控 Pod之前的apiserver 实际上就是一种特殊的 Endpoints,现在我们同样来配置一个任务用来专门发现普通类型的 Endpoint,其实就是 Service 关联的 Pod 列表,由于并不是所有的 Endpoints 都会提供 metrics 接口,所以需要我们主动告诉 Promet 阅读全文
posted @ 2024-09-27 23:18 牧之丨 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 首先下载并安装EasyConnect客户端 wget http://download.sangfor.com.cn/download/product/sslvpn/pkg/linux_767/EasyConnect_x64_7_6_7_3.debchmod +x EasyConnect_x64_7_ 阅读全文
posted @ 2024-08-22 09:51 牧之丨 阅读(443) 评论(0) 推荐(0) 编辑
摘要: https://helm.sh/docs/chart_template_guide/yaml_techniques/#yaml-anchors https://helm.sh/zh/docs/chart_template_guide/yaml_techniques/#yaml-%E9%94%9A%E 阅读全文
posted @ 2024-08-21 20:31 牧之丨 阅读(7) 评论(0) 推荐(0) 编辑
摘要: unexpected status code [manifests 1.28]: 401 Unauthorized【问题描述】 下载Harbor中的私有镜像时报错: [root@lidabai app]# ctr -n harbor.lidabai images pull 192.168.2.22: 阅读全文
posted @ 2024-08-08 22:58 牧之丨 阅读(237) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2024-08-02 11:39 牧之丨 阅读(10) 评论(0) 推荐(0) 编辑