摘要: apiVersion: apps/v1 kind: DaemonSet metadata: name: node-exporter namespace: kuboard spec: selector: matchLabels: app: node-exporter template: metadat 阅读全文
posted @ 2025-04-02 19:02 A学无止境A 阅读(31) 评论(0) 推荐(0)
摘要: ubuntu:20+ containerd:1.7+ ubuntu部署k8s-20250205 ubuntu20.04部署k8s 1主机列表 172.31.143.61 172.31.138.200 172.31.131.66 172.31.133.139 2具体步骤 2.1设置hostname和h 阅读全文
posted @ 2025-04-02 18:42 A学无止境A 阅读(349) 评论(0) 推荐(0)
摘要: 定时将Prometheus监控数据取出写入到es import requests import json import schedule import time from elasticsearch import Elasticsearch from datetime import datetime 阅读全文
posted @ 2025-04-02 18:34 A学无止境A 阅读(29) 评论(0) 推荐(0)
摘要: #第一次git需要的操作 git config --global user.email "532733691@qq.com" git config --global user.name "wangchao" #保存git账号信息到本地 git config --global credential.h 阅读全文
posted @ 2025-04-02 18:33 A学无止境A 阅读(9) 评论(0) 推荐(0)
摘要: 如果配置webhook一直报错Invalid url given,实际是gitlab拦截了,需要管理员配置允许webhook同行 阅读全文
posted @ 2025-04-02 18:32 A学无止境A 阅读(95) 评论(0) 推荐(0)