From 564c7d8193ce4968f31e0d0c33503150ef48ac68 Mon Sep 17 00:00:00 2001 From: Kent Dong Date: Fri, 28 Jul 2023 09:44:48 +0800 Subject: [PATCH] feat: Add port parameters into the usage of get-higress.sh (#452) --- tools/get-higress.sh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/tools/get-higress.sh b/tools/get-higress.sh index fa41a6f3b..e419cc223 100644 --- a/tools/get-higress.sh +++ b/tools/get-higress.sh @@ -88,6 +88,21 @@ outputUsage() { -p, --console-password=CONSOLE-PASSWORD the password to be used to visit Higress Console default to "admin" if unspecified + --nacos-port=NACOS-PORT + the HTTP port used to access the built-in Nacos + default to 8848 if unspecified + --gateway-http-port=GATEWAY-HTTP-PORT + the HTTP port to be listened by the gateway + default to 80 if unspecified + --gateway-https-port=GATEWAY-HTTPS-PORT + the HTTPS port to be listened by the gateway + default to 443 if unspecified + --gateway-metrics-port=GATEWAY-METRICS-PORT + the metrics port to be listened by the gateway + default to 15012 if unspecified + --console-port=CONSOLE-PORT + the port used to visit Higress Console + default to 8080 if unspecified -h, --help give this help list' }