上一页 1 2 3 4 5 6 7 8 9 ··· 44 下一页
摘要: 在k8s 里面加域名解析hosts kubectl edit configmap coredns -n kube-system apiVersion: v1 data: Corefile: | .:53 { errors health { lameduck 5s } ready kubernetes 阅读全文
posted @ 2023-12-07 11:13 beawh 阅读(65) 评论(0) 推荐(0)
摘要: 尝试解决: [root@master01 KubeSphere]# kubectl get apiservice 只需将这个状态异常api删掉 [root@master01 KubeSphere]# kubectl delete apiservice v1beta1.metrics.k8s.io a 阅读全文
posted @ 2023-12-04 19:55 beawh 阅读(69) 评论(0) 推荐(0)
摘要: 开启 proxy [root@master01 tmp]# kubectl proxy --port=6880Starting to serve on 127.0.0.1:6880 [root@master01 ~]# kubectl get ns kubesphere-system -o json 阅读全文
posted @ 2023-12-04 16:06 beawh 阅读(8) 评论(0) 推荐(0)
摘要: [root@localhost 2023]# find /data/tools/minio/data/blog/2023/ -name "*.png" |xargs -I {} cp {} /data/minio/data/blog/20231201/ [root@localhost 30]# fi 阅读全文
posted @ 2023-12-01 14:19 beawh 阅读(80) 评论(0) 推荐(0)
摘要: [root@usdp4 penpon]# cat docker-compose.yaml|grep -v '#' version: "3.5" networks: penpot: volumes: penpot_postgres_v15: penpot_assets: services: penpo 阅读全文
posted @ 2023-11-25 15:43 beawh 阅读(120) 评论(0) 推荐(0)
摘要: https://cloud.tencent.com/developer/article/2332771 阅读全文
posted @ 2023-11-22 13:58 beawh 阅读(14) 评论(0) 推荐(0)
摘要: https://md.huanghuanhui.com/jenkins/pipeline.html https://md.huanghuanhui.com/ 阅读全文
posted @ 2023-11-21 19:45 beawh 阅读(28) 评论(0) 推荐(0)
摘要: 1) 自定义请求头获取不到 请求头request_token中包含'_'字符,会nginx过滤掉。默认情况下,underscores_in_headers为off,表示当客户端请求头中带有下划线的字段默认将会被标识为无效字段。 解决方案 添加如下配置: http { underscores_in_h 阅读全文
posted @ 2023-11-21 14:59 beawh 阅读(163) 评论(0) 推荐(0)
摘要: 艹,口令加双引号就报1045错误,加单引号就OK 。。。不找原因 就记住吧。 阅读全文
posted @ 2023-11-03 17:20 beawh 阅读(10) 评论(0) 推荐(0)
摘要: yum remove mysql-libs 按照依赖关系依次安装 rpm 包,依赖关系依次为 common→libs→client→server。使用命令rpm -ivh {-file-name}进行安装操作。 [root@node01 mysql]# rpm -ivh mysql-communit 阅读全文
posted @ 2023-11-03 15:09 beawh 阅读(26) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 44 下一页