12 2016 档案

摘要:nfs 搭建yum install nfs-utils rpcbind 修改配置文件 /etc/exports格式 每个共享的文件系统需要独立一行目录客户端主机列表需要使用空格隔开配置文件中支持通配符 语法结构 共享路径 客户端主机(选项) 默认设置 ro,sync,wdelay,root_squa 阅读全文
posted @ 2016-12-29 14:44 Eamon13 阅读(205) 评论(0) 推荐(0)
摘要:port The port that the service is exposed on the service’s cluster ip (virsual ip). Port is the service port which is accessed by others with cluster 阅读全文
posted @ 2016-12-21 17:29 Eamon13 阅读(956) 评论(0) 推荐(0)
摘要:rpm 安装包制作 思路 参照系统自带 etcd 解压-》替换掉执行文件-》打包 1 预备安装工具 下载工具 yumloader #yum install -y yum-utils 解压工具 rmp打包工具 fpmyum -y install ruby rubygems ruby-devel安装fp 阅读全文
posted @ 2016-12-08 14:50 Eamon13 阅读(724) 评论(2) 推荐(0)
摘要:location / { root /home/data-nginx/; index index.html index.htm; autoindex on; ##显示索引 autoindex_exact_size on; ##显示大小 autoindex_localtime on; ##显示时间 } 阅读全文
posted @ 2016-12-08 14:28 Eamon13 阅读(399) 评论(0) 推荐(0)
摘要:flannel 安装 sudo yum install kernel-headers golang gccyum install flannel flannel 配置 在etcd中设置变量 etcdctl set /coreos.com/network/config '{ "Network": "1 阅读全文
posted @ 2016-12-07 10:15 Eamon13 阅读(2308) 评论(0) 推荐(0)
摘要:环境 host1 10.1.99.13 host2 10.1.99.14 host3 10.1.99.15 host4 10.1.99.12(用于测试添加删除节点) 初始化集群 host1 host2 host3 验证 集群管理在集群中加入一个节点 阅读全文
posted @ 2016-12-07 09:46 Eamon13 阅读(2046) 评论(2) 推荐(0)