Skip to content

Commit af54eda

Browse files
author
haotao geng
authored
Merge pull request #295 from wanglet/v0.5.0-update-doc
docs: update path of the install.sh
2 parents 3746ce9 + 8893260 commit af54eda

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/install.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
2. Collect the configuration of the current cluster
2626

2727
```shell
28-
$ curl -s http://116.62.127.76/installer/latest/get_cluster_info.sh | bash -
28+
$ curl -s http://116.62.127.76/installer/v0.5.0/get_cluster_info.sh | bash -
2929
This may take some time. Please wait.
3030

3131
clusterDNS : 169.254.25.10
@@ -55,7 +55,7 @@
5555
2. Deploy FabEdge
5656

5757
```shell
58-
$ curl 116.62.127.76/installer/latest/install.sh | bash -s -- --cluster-name beijing --cluster-role host --cluster-zone beijing --cluster-region china --connectors node1 --connector-public-addresses 10.22.46.47 --chart http://116.62.127.76/fabedge-0.5.0.tgz
58+
$ curl 116.62.127.76/installer/v0.5.0/install.sh | bash -s -- --cluster-name beijing --cluster-role host --cluster-zone beijing --cluster-region china --connectors node1 --connector-public-addresses 10.22.46.47 --chart http://116.62.127.76/fabedge-0.5.0.tgz
5959
```
6060
> Note:
6161
> **--connectors**: names of k8s nodes which connectors are located
@@ -158,7 +158,7 @@ If any member cluster, register it in the host cluster first, then deploy FabEd
158158
3. Deploy FabEdge in the member cluster
159159
160160
```shell
161-
curl 116.62.127.76/installer/latest/install.sh | bash -s -- --cluster-name shanghai --cluster-role member --cluster-zone shanghai --cluster-region china --connectors node1 --chart http://116.62.127.76/fabedge-0.5.0.tgz --server-serviceHub-api-server https://10.22.46.47:30304 --host-operator-api-server https://10.22.46.47:30303 --connector-public-addresses 10.22.46.26 --init-token eyJ------omitted-----9u0
161+
curl 116.62.127.76/installer/v0.5.0/install.sh | bash -s -- --cluster-name shanghai --cluster-role member --cluster-zone shanghai --cluster-region china --connectors node1 --chart http://116.62.127.76/fabedge-0.5.0.tgz --server-serviceHub-api-server https://10.22.46.47:30304 --host-operator-api-server https://10.22.46.47:30303 --connector-public-addresses 10.22.46.26 --init-token eyJ------omitted-----9u0
162162
```
163163
> Note:
164164
> **--server-serviceHub-api-server**: endpoint of serviceHub in the host cluster

docs/install_zh.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
2. 获取集群配置信息,供后面使用
2626

2727
```shell
28-
$ curl -s http://116.62.127.76/installer/latest/get_cluster_info.sh | bash -
28+
$ curl -s http://116.62.127.76/installer/v0.5.0/get_cluster_info.sh | bash -
2929
This may take some time. Please wait.
3030
3131
clusterDNS : 169.254.25.10
@@ -55,7 +55,7 @@
5555
2. 安装FabEdge
5656

5757
```shell
58-
$ curl 116.62.127.76/installer/latest/install.sh | bash -s -- --cluster-name beijing --cluster-role host --cluster-zone beijing --cluster-region china --connectors node1 --connector-public-addresses 10.22.46.47 --chart http://116.62.127.76/fabedge-0.5.0.tgz
58+
$ curl 116.62.127.76/installer/v0.5.0/install.sh | bash -s -- --cluster-name beijing --cluster-role host --cluster-zone beijing --cluster-region china --connectors node1 --connector-public-addresses 10.22.46.47 --chart http://116.62.127.76/fabedge-0.5.0.tgz
5959
```
6060
> 说明:
6161
> **--cluster-name**: 集群名称
@@ -160,7 +160,7 @@
160160
3. 在**成员集群**安装FabEdage
161161
162162
```shell
163-
curl 116.62.127.76/installer/latest/install.sh | bash -s -- --cluster-name shanghai --cluster-role member --cluster-zone shanghai --cluster-region china --connectors node1 --chart http://116.62.127.76/fabedge-0.5.0.tgz --server-serviceHub-api-server https://10.22.46.47:30304 --host-operator-api-server https://10.22.46.47:30303 --connector-public-addresses 10.22.46.26 --init-token ey...Jh
163+
curl 116.62.127.76/installer/v0.5.0/install.sh | bash -s -- --cluster-name shanghai --cluster-role member --cluster-zone shanghai --cluster-region china --connectors node1 --chart http://116.62.127.76/fabedge-0.5.0.tgz --server-serviceHub-api-server https://10.22.46.47:30304 --host-operator-api-server https://10.22.46.47:30303 --connector-public-addresses 10.22.46.26 --init-token ey...Jh
164164
```
165165
> 说明:
166166
> **--cluster-name**: 集群名称

0 commit comments

Comments
 (0)