Skip to content

Commit

Permalink
Remove domestic address (#512)
Browse files Browse the repository at this point in the history
  • Loading branch information
gitlayzer authored and caoyingjunz committed Nov 8, 2024
1 parent 3b130b7 commit c549ad4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docs/install/multinode.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 多节点集群
本文档只是部署 1 master + 多 node 的场景, master 高可用的参考[高可用集群部署](docs/install/availability.md)
本文档只是部署 1 master + 多 node 的场景, master 高可用的参考[高可用集群部署](./availability.md)

### 依赖条件
- [依赖安装](prerequisites.md)
Expand Down
15 changes: 4 additions & 11 deletions docs/install/prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,13 @@
### 安装步骤

#### 直接安装
```shell
#(推荐)国内快速安装
curl http://s9.cloud.pixiuio.com/tiger/setup_env.sh | bash

#(可选)github 安装,需要网络可用
curl https://raw.githubusercontent.com/pixiu-io/kubez-ansible/stable/tiger/tools/setup_env.sh | bash
# github 安装,需要网络可用
curl https://raw.githubusercontent.com/pixiu-io/kubez-ansible/master/tools/setup_env.sh | bash
```
#### 脚本安装
```text
# (推荐)国内快速获取脚本
curl http://s9.cloud.pixiuio.com/tiger/setup_env.sh -o setup_env.sh
#(可选)自动获取,网络通时,通过 curl 命令直接获取脚本到本地
curl https://raw.githubusercontent.com/pixiu-io/kubez-ansible/stable/tiger/tools/setup_env.sh -o setup_env.sh
# 自动获取,网络通时,通过 curl 命令直接获取脚本到本地
curl https://raw.githubusercontent.com/pixiu-io/kubez-ansible/master/tools/setup_env.sh -o setup_env.sh
# 手动获取,自动获取失败时使用,一般因为网络不通或者未安装 curl 命令
# 拷贝项目的 tools/setup_env.sh, 并保存到 setup_env.sh
Expand Down

0 comments on commit c549ad4

Please sign in to comment.