From 6c5c99150181e3585267519fc9c6263320982a7b Mon Sep 17 00:00:00 2001 From: yminer Date: Wed, 26 Jul 2023 09:21:58 +0000 Subject: [PATCH] update installation hint Signed-off-by: yminer --- make/harbor.yml.tmpl | 2 ++ make/install.sh | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/make/harbor.yml.tmpl b/make/harbor.yml.tmpl index 321211695e2..457d24e5388 100644 --- a/make/harbor.yml.tmpl +++ b/make/harbor.yml.tmpl @@ -176,6 +176,8 @@ _version: 2.9.0 # host: redis:6379 # password: # # Redis AUTH command was extended in Redis 6, it is possible to use it in the two-arguments AUTH form. +# # there's a known issue when using external redis username ref:https://github.com/goharbor/harbor/issues/18892 +# # if you care about the image pull/push performance, please refer to this https://github.com/goharbor/harbor/wiki/Harbor-FAQs#external-redis-username-password-usage # # username: # # sentinel_master_set must be set to support redis+sentinel # #sentinel_master_set: diff --git a/make/install.sh b/make/install.sh index a97b9279d7d..c463facd966 100755 --- a/make/install.sh +++ b/make/install.sh @@ -9,7 +9,8 @@ set +o noglob usage=$'Please set hostname and other necessary attributes in harbor.yml first. DO NOT use localhost or 127.0.0.1 for hostname, because Harbor needs to be accessed by external clients. Please set --with-trivy if needs enable Trivy in Harbor. -Please do NOT set --with-chartmuseum, as chartmusuem has been deprecated and removed.' +Please do NOT set --with-chartmuseum, as chartmusuem has been deprecated and removed. +Please do NOT set --with-notary, as notary has been deprecated and removed.' item=0 # clair is deprecated