摘要: 1.生成证书 #生成服务端密钥文件xdd-server.jks keytool -genkey -alias xdd-server -keyalg RSA -keysize 2048 -sigalg SHA256withRSA -keystore xdd-server.jks -dname CN=p 阅读全文
posted @ 2024-04-26 18:05 wdgde 阅读(262) 评论(0) 推荐(0)
摘要: 1.不清楚原因。 2.重新安装一个powershell https://learn.microsoft.com/zh-cn/powershell/scripting/install/installing-powershell-on-windows?view=powershell-7.4#instal 阅读全文
posted @ 2024-04-18 15:37 wdgde 阅读(1355) 评论(0) 推荐(0)
摘要: 一、alertmanager收到的告警被置为[resolved]状态 1.问题描述prometheus和alertmanager分别部署在不同集群,resolve_timeout配置为20m查看alertmanager日志发现,prometheus发往alertmanager的告警全部被置为[res 阅读全文
posted @ 2024-04-12 17:07 wdgde 阅读(109) 评论(0) 推荐(0)
摘要: 1.依赖镜像 velero/velero_plugin_for_aws:v1.9.0 velero/velero:v1.13.0 velero/velero_restore_helper:v1.13.0 2.安装 参考https://velero.io/docs/v1.13/contribution 阅读全文
posted @ 2024-03-18 11:54 wdgde 阅读(241) 评论(0) 推荐(0)
摘要: 1.ansible配置文件优先级 ​ 在Ansible中,它的配置文件是一个名为ansible.cfg的配置文件,ansible.cfg配置文件是以ini格式存储配置数据的。但是ansible.cfg配置文件可以存放在不同的目录,但只有一个可用,在运行Ansible命令时,Ansible将会按照预先 阅读全文
posted @ 2024-03-18 11:14 wdgde 阅读(233) 评论(0) 推荐(0)
摘要: 容器的/apps/pero/src/resources/文件夹下有多个文件,如果挂载一个文件进去,会把其他文件都覆盖掉,只剩挂载的文件 按如下修改即可 volumeMounts: - name: pero-config mountPath: /apps/pero/src/resources/appl 阅读全文
posted @ 2024-02-23 18:43 wdgde 阅读(384) 评论(0) 推荐(0)
摘要: 1.目录结构 新建三个目录:bin,META-INF,src src目录下存放源码 META-INF目录下存放MANIFEST.MF bin目录下存放.class文件 2.编译源码 javac -d bin src/DESUtil.java 3.在META-INF目录下新建MANIFEST.MF文件 阅读全文
posted @ 2024-02-20 12:15 wdgde 阅读(159) 评论(0) 推荐(0)
摘要: 待补充验证 1.github地址 https://github.com/dbhi/qus 2.执行下面的命令 docker run --rm --privileged aptman/qus -s -- -p x86_64 参考链接: https://zhuanlan.zhihu.com/p/6036 阅读全文
posted @ 2024-02-04 17:16 wdgde 阅读(331) 评论(0) 推荐(0)
摘要: 1.gitte地址 https://gitee.com/kekingcn/file-online-preview?_from=gitee_search 2.基础镜像打包 FROM ubuntu:20.04 MAINTAINER chenjh "842761733@qq.com" # 内置一些常用的中 阅读全文
posted @ 2024-02-04 12:49 wdgde 阅读(470) 评论(0) 推荐(0)
摘要: 1.在linux环境下(docker镜像里面)使用如下命令编译打包时报错 mvn clean package -Dmaven.test.skip=true [INFO] Scanning for projects... [INFO] [INFO] < xxx.xxx:pero-xdd > [INFO 阅读全文
posted @ 2023-11-17 19:08 wdgde 阅读(1207) 评论(0) 推荐(0)