测试通过系统1.树莓派3b+
2.NanoPi-M1-Plus
安装方式:1.Raspbian Stretch Lite 下载地址
1:
SSH登录设备
代码: 全选
wget https://github.com/qinghon/BonusCloud-Node/raw/master/aarch32/install.sh -O install.sh&&sudo bash install.sh
## 或者国内镜像源
wget https://bonuscloud-node.s3.cn-north-1.jdcloud-oss.com/x86_64/install.sh -O install.sh&&sudo bash install.sh
绑定命令代码: 全选
curl -H "Content-Type: application/json" -d '{"bcode":"xxxx-xxxxxxxx","email":"xxxx@xxxx"}' http://主机ip:9017/bound
5/21更新:
- 修改命令方式
- 增加网卡名称指定,未指定就识别默认网卡
- 命令一览: 以后请以 我的主页为准代码: 全选
-h Print this and exit -i Installation environment check and initialization -k Install the k8s environment and the k8s components that BonusCloud depends on -n Install node management components -r Fully remove bonuscloud plug-ins and components -s Install salt-minion for remote debugging by developers -I Interface set interface name to you want -c change kernel to compiled dedicated kernels,only "Phicomm N1" and is danger!
5/21更新
设定网卡名称请用 如果不指定,安装时使用当前默认网卡代码: 全选
bash install.sh -n -I wlan0 #wlan0 替换为你需要的网卡
卸载命令,会清除证书代码: 全选
bash install.sh -r
可能遇到的问题恢复证书或绑定后可选步骤:检查运行状态
viewtopic.php?f=14&t=3194&p=10129#p10129
官网后台不显示版本:
解决办法:
systemctl restart bxc-node
完整安装后,proxy显示不可用
在完整安装中,proxy由官方服务器调度启动,所以在绑定后需要等一段时间等待服务器调度成功,当然前提是k8s显示已运行