09 2022 档案

摘要:创建结果数据库 1.创建一个新的存储数据库用来保存分析结果 use keyTest db.createUser({ user:"root", pwd:"root", roles:[{role:"dbOwner",db:"keyTest"}] }) 下载variety脚本 https://github 阅读全文
posted @ 2022-09-20 15:36 不懂123 阅读(43) 评论(0) 推荐(0) 编辑
摘要:开发流程 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 阅读全文
posted @ 2022-09-16 08:25 不懂123 编辑
摘要:master高可用配置 k8s master使用keepalived生产环境下推荐使用高可用模式 keepalived安装配置 登录k8s master-1 master-2,master-3,分别修改/etc/keepalived/keepalived.conf,内容如下: master-1: g 阅读全文
posted @ 2022-09-06 15:06 不懂123 阅读(583) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示