09 2022 档案
摘要:创建结果数据库 1.创建一个新的存储数据库用来保存分析结果 use keyTest db.createUser({ user:"root", pwd:"root", roles:[{role:"dbOwner",db:"keyTest"}] }) 下载variety脚本 https://github
阅读全文
摘要:开发流程 export GO111MODULE=on export GOPROXY=https://goproxy.cn go env -w GO111MODULE=on go env -w GOPROXY=https://goproxy.cn,direct go mod tidy go run m
阅读全文
摘要:master高可用配置 k8s master使用keepalived生产环境下推荐使用高可用模式 keepalived安装配置 登录k8s master-1 master-2,master-3,分别修改/etc/keepalived/keepalived.conf,内容如下: master-1: g
阅读全文