摘要: 一键部署脚本(或者可使用helm安装): wget https://raw.githubusercontent.com/kubernetes/dashboard/v1.10.1/src/deploy/recommended/kubernetes-dashboard.yaml kubectl appl 阅读全文
posted @ 2019-05-05 11:38 噔噔蹬蹬 阅读(1555) 评论(0) 推荐(0) 编辑
摘要: ansible分为管理主机和托管主机 安装管理主机: 一、安装需要的工具。 二、下载ansible的最新版本 三、编译&&安装 报错处理1: File "packaging/release/versionhelper/version_helper.py", line 9, in <module> f 阅读全文
posted @ 2019-03-05 14:04 噔噔蹬蹬 阅读(586) 评论(0) 推荐(0) 编辑
摘要: 一、需要安装erlang版本依赖,可以使用二进制安装方式,也可以通过rpm安装,但是安装的时候会提示需要erlang版本>=19.3,而且直接默认yum仓库中的版本较低。,为了节省时间,文章中直接通过新增yum源安装。 1.下载rabbitmq的rpm包(http://www.rabbitmq.co 阅读全文
posted @ 2019-01-11 14:36 噔噔蹬蹬 阅读(1052) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/expectset timeout 30set user USERNAMEset pass PASSWORDspawn sudo pg_dump npi -U admin -p PORT -h IP -f /home/pgsql_bak/expect { "Password" 阅读全文
posted @ 2019-01-04 14:04 噔噔蹬蹬 阅读(603) 评论(0) 推荐(0) 编辑
摘要: 1.php下载地址 https://secure.php.net/downloads.php(此次安装版本为7.0.33) 2.安装依赖的包 3.解压&&安装 ./configure --enable-fpm make && make install 4.nginx整合php-fpm 启动php-f 阅读全文
posted @ 2018-12-27 16:23 噔噔蹬蹬 阅读(216) 评论(0) 推荐(0) 编辑
摘要: use admin db.createUser( { user: "adminUser", pwd: "adminPass", roles: [ { role: "userAdminAnyDatabase", db: "admin" } ] }) 阅读全文
posted @ 2018-12-18 11:34 噔噔蹬蹬 阅读(396) 评论(0) 推荐(0) 编辑
摘要: warningconfigmaps is forbidden: User "system:serviceaccount:kube-system:kubernetes-dashboard" cannot list configmaps in the namespace "default"closewa 阅读全文
posted @ 2018-12-11 11:51 噔噔蹬蹬 阅读(17597) 评论(0) 推荐(0) 编辑
摘要: Environment Variables zipkin-server is a drop-in replacement for the scala query service. yaml configuration binds the following environment variables 阅读全文
posted @ 2018-11-23 15:15 噔噔蹬蹬 阅读(4655) 评论(0) 推荐(0) 编辑
摘要: 修改nginx.conf,参照如下更改配置server { listen 443; server_name abc.com; // 访问域名 ssl on; root /var/www/bjubi.com; // 前台文件存放文件夹,可改成别的 index index.html index.htm; 阅读全文
posted @ 2018-11-13 17:42 噔噔蹬蹬 阅读(2305) 评论(0) 推荐(0) 编辑
摘要: 将jar包、Dockerfile、kubernetes部署yaml文件上传至svn自定义目录 一、生成流水线脚本 二、配置jenkins pipeline构建语句 三、点击构建java工程 阅读全文
posted @ 2018-11-06 18:07 噔噔蹬蹬 阅读(1235) 评论(0) 推荐(0) 编辑