- 已编辑
账号 admin
密码 Harbor12345
账号 admin
密码 Harbor12345
贴一下harbor-core的日志
这是登录失败时候的日志么?
你贴一下登录失败时候的harbor-core和harbor-portal日志
ajax 请求 405
你安装的时候配置还有么,
expose:
# Set the way how to expose the service. Set the type as "ingress",
# "clusterIP", "nodePort" or "loadBalancer" and fill the information
# in the corresponding section
type: ingress
tls:
# Enable the tls or not. Note: if the type is "ingress" and the tls
# is disabled, the port must be included in the command when pull/push
# images. Refer to https://github.com/goharbor/harbor/issues/5291
# for the detail.
enabled: true #这是什么配置
# the IP address of k8s node
#
# If Harbor is deployed behind the proxy, set it as the URL of proxy
externalURL: https://core.harbor.domain #这是什么配置,
额 我直接安装的 没有改过配置,要按照文档修改下配置么
好的,我试试
我也遇到这个问题,通过这个方式解决的 goharbor/harbor-helm#752 (comment)
我也不是特别清楚,不过,有个小技巧。你可以在你的这个帖子的标题前加个【已解决】
我在kubeSphere的VERSION=v1.2.1也出现了同样的问题。请问大家是真没解决的?