离线安装等文档更新

pull/641/head
gjmzj 2019-07-10 18:34:18 +08:00
parent f24443c4ef
commit 14cec6c7f0
2 changed files with 5 additions and 2 deletions

View File

@ -18,7 +18,7 @@ apt install nfs-kernel-server
``` bash
/home *(ro,sync,insecure,no_root_squash)
/share 192.168.1.*(rw,sync,insecure,no_subtree_check,no_root_squash)
/share 192.168.1.0/24(rw,sync,insecure,no_subtree_check,no_root_squash)
```
| 参数 | 说明 |
| :- | :- |

View File

@ -28,9 +28,12 @@ $ ./easzup -D
## 离线安装
上述下载完成后,执行
上述下载完成后,把`/etc/ansible`整个目录复制到目标离线服务器,然后在离线服务器上运行:
``` bash
# 离线安装 docker检查本地文件等
$ ./easzup -D
# 启动 kubeasz 容器
$ ./easzup -S