1 2 3 4 5 ··· 11 下一页
摘要: 参考:https://zhuanlan.zhihu.com/p/595657422 dashboard地址:https://github.com/kubernetes/dashboard/ 本次安装的环境:k8s 集群版本为 v1.25,dashboard 的版本是 v2.7.0。 1、下载yaml 阅读全文
posted @ 2024-10-12 16:05 苦逼yw 阅读(10) 评论(0) 推荐(0) 编辑
摘要: etcd官网 https://etcd.io/ GitHub下载地址 https://github.com/etcd-io/etcd/releases 待完善 1、下载 wget https://github.com/etcd-io/etcd/releases/download/v3.5.15/et 阅读全文
posted @ 2024-07-26 15:46 苦逼yw 阅读(11) 评论(0) 推荐(0) 编辑
摘要: 官网下载地址:https://kafka.apache.org/downloads kafka 在 2.8 版本开始脱离 zookeeper,本文示例版本为 3.7.1。 参考:https://blog.csdn.net/zaixiaqin/article/details/134968110 1、下 阅读全文
posted @ 2024-07-04 18:35 苦逼yw 阅读(107) 评论(0) 推荐(0) 编辑
摘要: logstach官网下载:https://www.elastic.co/cn/downloads/past-releases 1、查看logstach有没有自带输出到mongo的插件,到logstach安装目录/bin下 cd /data/logstash-8.6.2/bin/ ./logstash 阅读全文
posted @ 2024-07-04 12:02 苦逼yw 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 官网地址:https://www.mongodb.com/try/download/community 1、下载 wget https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-rhel70-6.0.16.tgz 2、解压 tar zxvf mo 阅读全文
posted @ 2024-07-04 11:30 苦逼yw 阅读(25) 评论(0) 推荐(0) 编辑
摘要: 官方文档:https://gitee.com/paddlepaddle/PaddleOCR/blob/main/deploy/pdserving/README_CN.md 最新模型:https://aistudio.baidu.com/projectdetail/paddlex/6796224 se 阅读全文
posted @ 2024-05-29 16:08 苦逼yw 阅读(163) 评论(0) 推荐(0) 编辑
摘要: 参考:https://blog.csdn.net/wx17343624830/article/details/136906665 参考:https://blog.csdn.net/Step_By_XXX/article/details/131470414 pipeline { agent any t 阅读全文
posted @ 2024-05-17 18:01 苦逼yw 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 1、在/usr/lib/systemd/system/创建xxx.service,其中xxx是服务名,如/usr/lib/systemd/system/node_exporter.service vim /usr/lib/systemd/system/node_exporter.service [U 阅读全文
posted @ 2024-05-15 10:33 苦逼yw 阅读(49) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_42428269/article/details/86255488 阅读全文
posted @ 2024-05-14 15:32 苦逼yw 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 学习文档: https://www.cnblogs.com/hujinzhong/p/14593293.html https://blog.csdn.net/qq_45939519/article/details/121052408 官方文档: https://python-jenkins.read 阅读全文
posted @ 2024-05-08 17:00 苦逼yw 阅读(68) 评论(0) 推荐(0) 编辑
1 2 3 4 5 ··· 11 下一页