harbor-helm icon indicating copy to clipboard operation
harbor-helm copied to clipboard

Harbor Exporter unready

Open CiraciNicolo opened this issue 4 months ago • 1 comments

Hi,

I deployed Harbor using the Helm contained in this repository, enabling metrics but the exporter container is always unready - both liveness and readiness probe are failing. This is the container logs:

Appending internal tls trust CA to ca-bundle ...
find: '/etc/harbor/ssl': No such file or directory
Internal tls trust CA appending is Done.
2024-10-10T10:36:52Z [INFO] [/common/dao/base.go:67]: Registering database: type-PostgreSQL host-harbor-db-rw.harbor-system.svc.cluster.local port-5432 database-harbor sslmode-"disable"
2024-10-10T10:36:52Z [INFO] [/common/dao/base.go:72]: Register database completed
2024-10-10T10:36:52Z [INFO] [/pkg/exporter/exporter.go:80]: collector HealthCollector registered ...
2024-10-10T10:36:52Z [INFO] [/pkg/exporter/exporter.go:80]: collector SystemInfoCollector registered ...
2024-10-10T10:36:52Z [INFO] [/pkg/exporter/exporter.go:80]: collector ProjectCollector registered ...
2024-10-10T10:36:52Z [INFO] [/pkg/exporter/exporter.go:80]: collector JobServiceCollector registered ...
2024-10-10T10:36:52Z [INFO] [/cmd/exporter/main.go:86]: Starting harbor_exporter with port=0 path=/metrics metrics=true max_request=0 tls=false cert= key= cache_time=23 clean_interval=14400

Any help?

CiraciNicolo avatar Oct 10 '24 10:10 CiraciNicolo