上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 17 下一页
摘要: 报错 2020-09-24 17:10:38,630 [C3P0PooledConnectionPoolManager [identityToken->1hge0yrac1h3dzkqrkiu17|44c03695]-HelperThread-#1] WARN c.m.v.resourcepool. 阅读全文
posted @ 2020-09-24 19:06 邹姣姣 阅读(1309) 评论(0) 推荐(0) 编辑
摘要: kafka运行一段时间挂掉 查看日志: 修改./kafka/config/server.properties (修改日志存放位置) log.dirs=/tmp/kafka-logs 阅读全文
posted @ 2020-09-23 09:06 邹姣姣 阅读(1177) 评论(0) 推荐(0) 编辑
摘要: 镜像push 不上去,一直retrying: nexus报错提示 : 使用太久,镜像把磁盘沾满了。 镜像清理工具: https://s3.eu-west-2.amazonaws.com/nexus-cli/1.0.0-beta/linux/nexus-cli 下载,添加x权限 镜像版本号要求: 版本 阅读全文
posted @ 2020-09-03 15:54 邹姣姣 阅读(3049) 评论(0) 推荐(0) 编辑
摘要: 程序提供ip ,账户 ,密码,组织名称等。按照以下格式提供参数: 文件命名:ip_orgname_master.txt 文件内容: master ip 账户 密码 networkname orgname orghostname 文件命名:ip_orgname_node.txt 文件内容: node 阅读全文
posted @ 2020-09-01 16:49 邹姣姣 阅读(357) 评论(0) 推荐(0) 编辑
摘要: 解决报错的办法: 使用 reset命令清理之前加入的信息。 # kubeadm reset -f 根据提示执行下: # iptables -F && iptables -t nat -F && iptables -t mangle -F && iptables -X 重新执行加入命令: 在maste 阅读全文
posted @ 2020-08-17 19:48 邹姣姣 阅读(6281) 评论(0) 推荐(0) 编辑
摘要: kubernetes集群的问题 不能解析service gitlab 访问postgresql 的service 名称,失败。使用ip则成功。 pod访问不了外网 在Jenkins这个pod中执行shell脚本,报错Could not resolve host: qyapi.weixin.qq.co 阅读全文
posted @ 2020-08-17 15:03 邹姣姣 阅读(711) 评论(0) 推荐(0) 编辑
摘要: ERROR: tuple already updated by self 早上git访问出现503。经过排查是数据库挂了。 postgresql挂掉了: postgresql 提供给git作为数据库。使用k8s集群方式部署(部署方式:https://www.cnblogs.com/zoujiaoji 阅读全文
posted @ 2020-08-14 10:36 邹姣姣 阅读(1123) 评论(0) 推荐(1) 编辑
摘要: 环境准备 # uname -a Linux vbaas 4.4.0-142-generic #168-Ubuntu SMP Wed Jan 16 21:00:45 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux # docker version Client: Ver 阅读全文
posted @ 2020-07-29 14:14 邹姣姣 阅读(636) 评论(0) 推荐(0) 编辑
摘要: 周末办公室断电了,开发环境挂了,查出原因是数据“丢失”了。 使用了企业级加密文件系统eCryptfs,下面开始数据恢复的过程: 保存。 查看 恢复了!! 执行路径:必须在wrapped-passphrase文件所在路径 root@vbaas:/home/.ecryptfs/vbaas/.ecrypt 阅读全文
posted @ 2020-07-27 11:31 邹姣姣 阅读(632) 评论(0) 推荐(0) 编辑
摘要: 安装 docker基础和centos安装docker ubuntu 16 安装docker 其他系统: MAC安装docker: https://docs.docker.com/docker-for-mac/install/ Windows 10 安装docker: https://docs.doc 阅读全文
posted @ 2020-07-24 15:41 邹姣姣 阅读(485) 评论(0) 推荐(1) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 17 下一页