Skip to content

Commit

Permalink
Merge pull request #785 from zexi/update-readme-0505.0
Browse files Browse the repository at this point in the history
fix(README): add docs link
  • Loading branch information
zexi committed May 5, 2023
2 parents c0b1c91 + e48c69d commit e0f6c37
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ $ ./ocboot.py add-node --port 4567 --node-port 2222 $PRIMARY_IP $node_ip
$ ./ocboot.py add-node --help
```

具体操作可参考文档:[添加节点](https://www.cloudpods.org/zh/docs/setup/host/)

### 添加 lbagent 节点

添加节点使用 add-lbagent 子命令把运行 lb agent 服务的节点加入到已有集群。
Expand All @@ -91,6 +93,8 @@ $ ./ocboot.py add-lbagent $PRIMARY_IP $node1_ip $node2_ip ... $nodeN_ip
$ ./ocboot.py add-lbagent --port 4567 --node-port 2222 $PRIMARY_IP $node_ip
```

具体操作可参考文档:[部署Lbagent](https://www.cloudpods.org/zh/docs/function_principle/onpremise/lb/lbagent/#310%E5%90%AB%E4%B9%8B%E5%90%8E%E7%89%88%E6%9C%AC%E9%83%A8%E7%BD%B2lbagent)

### 升级节点

升级节点参考文档:[升级服务](https://www.cloudpods.org/zh/docs/setup/upgrade/)
Expand Down

0 comments on commit e0f6c37

Please sign in to comment.