File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed
Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Admin panel - https://192-168-0-114.nip.io/admin
2424
2525将192.168.0.114换成部署机的公网IP,上述地址就是面板地址
2626
27- ```
27+ ``` shell
2828curl -slk https://raw.githubusercontent.com/oneclickvirt/webvirtcloud/main/scripts/install_webvirt_cloud.sh -o install_webvirt_cloud.sh && chmod 777 install_webvirt_cloud.sh && bash install_webvirt_cloud.sh ctl
2929```
3030
@@ -34,17 +34,25 @@ Hypervisor 安装
3434
3535实际使用建议配置更高
3636
37- ```
37+ ``` shell
3838curl -slk https://raw.githubusercontent.com/oneclickvirt/webvirtcloud/main/scripts/install_hypervisor1.sh -o install_hypervisor1.sh && chmod 777 install_hypervisor1.sh
3939```
4040
4141替换``` x.x.x.x ``` 为实际的已部署了Controller的IP地址,然后再执行下述命令
4242
43- ```
43+ ``` shell
4444bash install_hypervisor1.sh x.x.x.x
4545```
4646
47- 安装过程中可能会自动退出,提示当前的``` NetworkManager ``` 版本不符合要求,提示你需要重启服务器,重启服务器后需要再次执行上述命令
47+ 安装过程中可能会自动退出,提示当前的``` NetworkManager ``` 版本不符合要求,提示你需要重启服务器,大概提示如下:
48+
49+ ```
50+ Connection 'eth0' (bed050e9-ff49-4665-8112-24ddf2a1cd3c) successfully deleted.
51+ Warning: nmcli (1.48.10) and NetworkManager (1.42.2) versions don't match. Restarting NetworkManager is advised.
52+ Error: Failed to add 'br-ext' connection: connection.autoconnect-ports: unknown property
53+ ```
54+
55+ 此时重启服务器后需要再次执行上述命令
4856
4957安装完毕后会显示纳管所用的token,这是需要在Controller的Admin面板中的Computers页面添加的节点信息
5058
You can’t perform that action at this time.
0 commit comments