We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Harbor 2.4.2 Use helm install The jobservice ERROR log :
2025-04-11T08:02:46Z [ERROR] [/jobservice/hook/hook_agent.go:155]: Retry: sending hook event error: Post "https://harbor-core:443/service/notifications/tasks/48122": x509: certificate is valid for ingress.local, not harbor-core, evt=status change: job=bf0697eab91c1bd508678a6e@1744329600, status=Success, revision=1744329557->https://harbor-core:443/service/notifications/tasks/48122, duration=1m1.798529875s
helm install 没有开启内部tls 加密。 检查harbor-core ConfigMap 中,调用harbor-core 或者 jobservice 相关配置是使用的http协议,没有https相关,harbor-core 的tls 证书也未配置。 根据日志内容,像是从jobservice 调用 harbor-core时使用的https ,并且证书中的CN为ingress.local。 请给出后续排查建议。 谢谢!
The text was updated successfully, but these errors were encountered:
补充下: harbor 功能正常,只是有以上报错日志。
Sorry, something went wrong.
Please run the following command to check your installation.
k exec -it <jobservice_pod> -- bash env |grep INTERNAL INTERNAL_TLS_ENABLED=false env |grep CORE <the url of core should be http>
stonezdj
No branches or pull requests
Harbor 2.4.2
Use helm install
The jobservice ERROR log :
helm install 没有开启内部tls 加密。
检查harbor-core ConfigMap 中,调用harbor-core 或者 jobservice 相关配置是使用的http协议,没有https相关,harbor-core 的tls 证书也未配置。
根据日志内容,像是从jobservice 调用 harbor-core时使用的https ,并且证书中的CN为ingress.local。
请给出后续排查建议。 谢谢!
The text was updated successfully, but these errors were encountered: