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 Nov 8, 2024
1 parent 26a4d8d commit ef3894b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 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
10 changes: 2 additions & 8 deletions docs/install/prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,12 @@

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

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

0 comments on commit ef3894b

Please sign in to comment.