mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-21 17:55:30 +01:00
update installation hint (#19024)
Signed-off-by: yminer <yminer@vmware.com>
This commit is contained in:
parent
db82d6e082
commit
3af605eedc
@ -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 <username> <password> 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:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user