摘要: helm repo add prometheus-community https://prometheus-community.github.io/helm-chartshelm repo add open-telemetry https://open-telemetry.github.io/ope 阅读全文
posted @ 2023-06-14 16:42 晴天下大雨 阅读(85) 评论(0) 推荐(0) 编辑
摘要: http://www.cbww.cn/news/37476.shtml 一种是 Base64 (ASCII) 编码的文本格式。这种证书文件是可以通过文本编辑器打开,甚至进行编辑,常见有 PEM 证书格式,扩展名包括 PEM、CRT 和 KEY。 另外一种是 Binary 二进制文件。常见有 DER 阅读全文
posted @ 2023-06-14 16:17 晴天下大雨 阅读(1626) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/dgp-zjz/p/12691770.html mkdir cert && cd certopenssl genrsa -out ca-key.pem 2048openssl req -x509 -new -nodes -key ca-key.pem 阅读全文
posted @ 2023-06-14 16:08 晴天下大雨 阅读(110) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/weixin_49888547/article/details/125169107 https://blog.csdn.net/weixin_43266367/article/details/127146419 https://cuichongxin.bl 阅读全文
posted @ 2023-06-14 14:54 晴天下大雨 阅读(166) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/prefect_start/article/details/122281767 atch (IOException e) { remainingInitLimitTime = initLimitTime - (int)((nanoTime() - star 阅读全文
posted @ 2023-06-14 13:56 晴天下大雨 阅读(67) 评论(0) 推荐(0) 编辑
摘要: python3 -m pip install paramiko sudo python3 -m pip install --upgrade --force pip python3 -m pip install setuptools==33.1.1 python3 -m pip install par 阅读全文
posted @ 2023-06-14 13:53 晴天下大雨 阅读(16) 评论(0) 推荐(0) 编辑