Skip to content

Commit 1b8df73

Browse files
authored
doc: Update the command line args descriptions of configure.sh (#28)
1 parent f7ae26a commit 1b8df73

1 file changed

Lines changed: 24 additions & 2 deletions

File tree

README.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,13 @@ docker compose
4545

4646
* -c, --config-url=URL
4747

48-
Nacos 服务 URL。格式:nacos://192.168.0.1:8848
48+
配置服务的 URL。
49+
- 若使用独立部署的 Nacos 服务,URL 格式为:nacos://192.168.0.1:8848
50+
- 若在本地磁盘上保存配置,URL 格式为:file://opt/higress/conf
4951

5052
* --use-builtin-nacos
5153

52-
使用内置的 Nacos 服务。不建议用于生产环境。
54+
使用内置的 Nacos 服务。不建议用于生产环境。如果设置本参数,则无需设置 `-c` 参数
5355

5456
* --nacos-ns=NACOS-NAMESPACE
5557

@@ -71,6 +73,26 @@ docker compose
7173

7274
后续用户访问 Higress Console 的密码(用户名固定为 `admin`)。默认值为 `admin`
7375

76+
* --nacos-port=NACOS-PORT
77+
78+
内置 NACOS 服务在服务器本地监听的端口。默认值为 8848。
79+
80+
* --gateway-http-port=GATEAWY-HTTP-PORT
81+
82+
Higress Gateway 在服务器本地监听的 HTTP 端口。默认值为 80。
83+
84+
* --gateway-https-port=GATEAWY-HTTPS-PORT
85+
86+
Higress Gateway 在服务器本地监听的 HTTPS 端口。默认值为 443。
87+
88+
* --gateway-metrics-port=GATEWAY-METRIC-PORT
89+
90+
Higress Gateway 在服务器本地监听的用于暴露运行指标端口。默认值为 15020。
91+
92+
* --console-port=CONSOLE-PORT
93+
94+
Higress Console 在服务器本地监听的端口。默认值为 8080。
95+
7496
* -r, --rerun
7597

7698
在 Higress 已配置完成后重新执行配置流程。

0 commit comments

Comments
 (0)