From e5105a4d7101d7253041d419eb1fb2a7e3792c7e Mon Sep 17 00:00:00 2001 From: Kent Dong Date: Tue, 1 Aug 2023 09:54:25 +0800 Subject: [PATCH] fix: Fix the incorrect default metrics port shown in the usage (#456) --- tools/get-higress.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/get-higress.sh b/tools/get-higress.sh index e419cc223f..c0d7a301db 100644 --- a/tools/get-higress.sh +++ b/tools/get-higress.sh @@ -99,7 +99,7 @@ outputUsage() { 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 + default to 15020 if unspecified --console-port=CONSOLE-PORT the port used to visit Higress Console default to 8080 if unspecified