You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
harbor is configured with p2p distribution,But an error was reported during execution。
Environment and setup
helm list
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
dragonfly dragonfly 1 2024-12-09 12:32:33.163243 +0800 CST deployed dragonfly-1.1.33 2.1.35
helm list -n harbor
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
harbor harbor 22 2024-12-09 11:48:43.410518 +0800 CST deployed harbor-1.16.0 2.12.0
dragonfly values.yaml
containerRuntime:
docker:
# -- Skip verify remote tls cert in dfdaemon.
# If registry cert is private or self-signed, set to true.
# Caution: this option is test only. When deploy in production, should not skip verify tls cert.
insecure: true
Report an error
2024-12-09T05:39:19Z [INFO] [/pkg/p2p/preheat/job.go:93]: Preheating image 'c/harbor-core:v2.12.0@sha256:0d5499810373c66674bf7f83310bff2224fbae73bba731a807ecadb3b9aa0c2b' to the target preheat provider: dragonfly test:http://10.97.51.107:8080
2024-12-09T05:39:19Z [INFO] [/pkg/p2p/preheat/job.go:120]: Get preheat provider driver: dragonfly
2024-12-09T05:39:19Z [INFO] [/pkg/p2p/preheat/job.go:134]: Check health of preheat provider instance: Healthy
2024-12-09T05:39:19Z [ERROR] [/pkg/p2p/preheat/job.go:75]: POST "http://10.97.51.107:8080/oapi/v1/jobs" error: 500 Internal Server Error {"message":"Get \"https://harbor.hpc.tju.edu.cn/v2/\": tls: failed to verify certificate: x509: certificate signed by unknown authority"}
Did I leave any configuration behind? Or is it incorrectly configured? If it is my configuration problem, I hope to give the correct configuration, thank you very much
The text was updated successfully, but these errors were encountered:
problem
harbor is configured with p2p distribution,But an error was reported during execution。
Environment and setup
dragonfly values.yaml
Report an error
Did I leave any configuration behind? Or is it incorrectly configured? If it is my configuration problem, I hope to give the correct configuration, thank you very much
The text was updated successfully, but these errors were encountered: