Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove unused content for add-node #389

Merged
merged 1 commit into from
Nov 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions docs/getting-started/onpremise/host.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@ $ ssh [email protected] "hostname"
以下命令都是在之前部署的控制节点运行,控制节点应该提前安装好了 [ocboot](https://github.com/yunionio/ocboot) 部署工具。

```bash
# 假设 ocboot 部署工具在 /root/ocboot 目录下
$ cd /root/ocboot

# 使用 ocboot 添加节点
$ ./ocboot.sh add-node 10.168.26.216 10.168.222.140

Expand Down
Loading