非CentOS 7.4安装(Unbuntu和Centos 7.5以上版本)
安装遇到问题:
Error:Unexected Exception. this is probably a bug: cannot import name is _collection_ref
解决方法:
yum remove ansible
再yum install -y ansible
最后碰到一个问题,
再使用Update -y update进行更新
解决方法:
rm -rf admin.kubeconfig && tourch admin.kubeconfig
CentOS 7.4安装(
这里选择安装的系统是centos7.4-1708,由官方提供,请提前下载。
http://goodrain-pkg.oss-cn-shanghai.aliyuncs.com/system/CentOS/CentOS-7-x86_64-Minimal-1708.iso)
如果还没有安装成功,则建议使用干净的环境,比如CentOS 7.4或者Ubuntu 16.04进行安装
具体参考下面文章,安装使用最新版的v5.1.10-release
https://www.rainbond.com/docs/user-operations/install/offline_install/
2.2 准备工作
# 解压离线包
tar xf <离线包>
# 执行准备工作
cd offline && ./offline.sh
2.3 初始化数据中心
离线情况下,默认使用pass.grapps.cn域名,需要自行指定离线域名,并需要配置相关解析工作如*.pass.grapps.cn解析到数据中心节点
# 当前节点具有管理、网关、计算属性
./grctl init --install-type offline --iip <当前机器内网ip> --domain <自定义域名>
更多初始化参数,请阅读节点初始化重要参数说明 或者通过 grctl init -h 获取。
上面的运行参数参考如下:
./grctl init --install-type offline --iip 192.168.51.49 --domain devops.你的域名.com