09 2019 档案

摘要:1.前端是http服务后端是https,原因生产https,测试是http服务环境。代理后端2. java 打包程序需要运行正式数据库没连上错误。打包和跑正式的一个库。3. jenkins不能直接nohup可以写脚本里面,服务杀不了写本地服务centos7的systemctl 阅读全文
posted @ 2019-09-26 10:47 滴滴滴 阅读(620) 评论(0) 推荐(0) 编辑
摘要:# For more information on configuration, see:# * Official English Documentation: http://nginx.org/en/docs/# * Official Russian Documentation: http://n 阅读全文
posted @ 2019-09-26 10:41 滴滴滴 阅读(425) 评论(0) 推荐(0) 编辑
摘要:# Load configuration files for the default server block. include /etc/nginx/default.d/*.conf; #根据路由设置,避免出现404 location ^~ /api/ { add_header 'Access-Control-Allow-Origin' '*'; proxy_pass http://servic 阅读全文
posted @ 2019-09-24 14:35 滴滴滴 阅读(446) 评论(0) 推荐(0) 编辑
摘要:etcd常用命令记录 1.查看etcd的版本 [root@etcd01 ssl]# curl -L http://127.0.0.1:2379/version {"etcdserver":"3.3.10","etcdcluster":"3.3.0"} 2.查看etcd暴露出来的prometheus指 阅读全文
posted @ 2019-09-05 09:40 滴滴滴 阅读(9829) 评论(0) 推荐(2) 编辑
摘要:1、查看当前内核版本 $ uname -r 3.10.0-514.el7.x86_64 $ uname -a Linux k8s-master 3.10.0-514.el7.x86_64 #1 SMP Tue Nov 22 16:42:41 UTC 2016 x86_64 x86_64 x86_64 阅读全文
posted @ 2019-09-04 10:05 滴滴滴 阅读(1000) 评论(0) 推荐(0) 编辑
摘要:socat管理haproxy配置 haproxy是可以通过socat命令管理haproxy.cfg文件的;1.安装socat yum install socat -y 2.配置haproxy.cfg,启动socket 修改:stats socket /var/lib/haproxy/stats 修改 阅读全文
posted @ 2019-09-04 08:52 滴滴滴 阅读(476) 评论(0) 推荐(0) 编辑
摘要:# cat > /etc/apt/sources.list << EOF> deb http://mirrors.aliyun.com/debian/ stretch main non-free contribdeb-src http://mirrors.aliyun.com/debian/ str 阅读全文
posted @ 2019-09-01 14:43 滴滴滴 阅读(3960) 评论(0) 推荐(0) 编辑
摘要:在容器中使用systemctl报Failed to get D-Bus connection: Operation not permitted的错误,则在启动的时候把sys/fs/cgroup映射到docker容器中。 docker run --privileged --name=test --ho 阅读全文
posted @ 2019-09-01 12:41 滴滴滴 阅读(2406) 评论(0) 推荐(0) 编辑