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
ls: /harbor_cust_cert: No such file or directory
{"Event":"pgsql: could not open database: dial tcp: lookup harbor-registry-harbor-database on 10.233.0.10:53: read udp 10.233.116.225:56363-\u003e10.233.0.10:53: i/o timeout","Level":"fatal","Location":"main.go:97","Time":"2020-05-14 11:44:58.374361"}
Logs from my pod harbor-registry-harbor-jobservice
ls: /harbor_cust_cert: No such file or directory
2020-05-14T11:46:21Z [INFO] [/controller/artifact/processor/processor.go:58]: the processor to process media type application/vnd.oci.image.index.v1+json registered
2020-05-14T11:46:21Z [INFO] [/controller/artifact/processor/processor.go:58]: the processor to process media type application/vnd.docker.distribution.manifest.list.v2+json registered
2020-05-14T11:46:21Z [INFO] [/controller/artifact/processor/processor.go:58]: the processor to process media type application/vnd.docker.distribution.manifest.v1+prettyjws registered
2020-05-14T11:46:21Z [INFO] [/controller/artifact/processor/processor.go:58]: the processor to process media type application/vnd.oci.image.config.v1+json registered
2020-05-14T11:46:21Z [INFO] [/controller/artifact/processor/processor.go:58]: the processor to process media type application/vnd.docker.container.image.v1+json registered
2020-05-14T11:46:21Z [INFO] [/controller/artifact/processor/processor.go:58]: the processor to process media type application/vnd.cncf.helm.config.v1+json registered
2020-05-14T11:46:21Z [INFO] [/controller/artifact/processor/processor.go:58]: the processor to process media type application/vnd.cnab.manifest.v1 registered
2020-05-14T11:46:21Z [DEBUG] [/pkg/permission/evaluator/rbac/casbin_match.go:65]: Starting regexp store purge in 55m0s
2020-05-14T11:46:21Z [INFO] [/replication/adapter/native/adapter.go:36]: the factory for adapter docker-registry registered
2020-05-14T11:46:21Z [INFO] [/replication/adapter/harbor/adaper.go:31]: the factory for adapter harbor registered
2020-05-14T11:46:21Z [INFO] [/replication/adapter/dockerhub/adapter.go:25]: Factory for adapter docker-hub registered
2020-05-14T11:46:21Z [INFO] [/replication/adapter/huawei/huawei_adapter.go:27]: the factory of Huawei adapter was registered
2020-05-14T11:46:21Z [INFO] [/replication/adapter/googlegcr/adapter.go:29]: the factory for adapter google-gcr registered
2020-05-14T11:46:21Z [INFO] [/replication/adapter/awsecr/adapter.go:47]: the factory for adapter aws-ecr registered
2020-05-14T11:46:21Z [INFO] [/replication/adapter/azurecr/adapter.go:15]: Factory for adapter azure-acr registered
2020-05-14T11:46:21Z [INFO] [/replication/adapter/aliacr/adapter.go:31]: the factory for adapter ali-acr registered
2020-05-14T11:46:21Z [INFO] [/replication/adapter/jfrog/adapter.go:30]: the factory of jfrog artifactory adapter was registered
2020-05-14T11:46:21Z [INFO] [/replication/adapter/quayio/adapter.go:38]: the factory of Quay.io adapter was registered
2020-05-14T11:46:21Z [INFO] [/replication/adapter/helmhub/adapter.go:30]: the factory for adapter helm-hub registered
2020-05-14T11:46:21Z [INFO] [/replication/adapter/gitlab/adapter.go:17]: the factory for adapter gitlab registered
2020-05-14T11:46:21Z [INFO] [/common/config/store/driver/rest.go:31]: get configuration from url: http://harbor-registry-harbor-core/api/internal/configurations
2020-05-14T11:46:21Z [ERROR] [/jobservice/logger/sweeper_controller.go:40]: sweep logs error in *sweeper.FileSweeper at 1589456781: getting outdated log files under '/var/log/jobs' failed with error: open /var/log/jobs: permission denied
2020-05-14T11:46:51Z [ERROR] [/common/config/store/driver/rest.go:34]: Failed on load rest config err:Get http://harbor-registry-harbor-core/api/internal/configurations: dial tcp: i/o timeout, url:http://harbor-registry-harbor-core/api/internal/configurations
2020-05-14T11:46:51Z [ERROR] [/jobservice/job/impl/context.go:75]: Job context initialization error: failed to load rest config
2020-05-14T11:46:51Z [INFO] [/jobservice/job/impl/context.go:78]: Retry in 9 seconds
2020-05-14T11:47:00Z [INFO] [/common/config/store/driver/rest.go:31]: get configuration from url: http://harbor-registry-harbor-core/api/internal/configurations
2020-05-14T11:47:30Z [ERROR] [/common/config/store/driver/rest.go:34]: Failed on load rest config err:Get http://harbor-registry-harbor-core/api/internal/configurations: dial tcp: i/o timeout, url:http://harbor-registry-harbor-core/api/internal/configurations
2020-05-14T11:47:30Z [ERROR] [/jobservice/job/impl/context.go:75]: Job context initialization error: failed to load rest config
2020-05-14T11:47:30Z [INFO] [/jobservice/job/impl/context.go:78]: Retry in 13 seconds
2020-05-14T11:47:43Z [INFO] [/common/config/store/driver/rest.go:31]: get configuration from url: http://harbor-registry-harbor-core/api/internal/configurations
2020-05-14T11:48:13Z [ERROR] [/common/config/store/driver/rest.go:34]: Failed on load rest config err:Get http://harbor-registry-harbor-core/api/internal/configurations: dial tcp: i/o timeout, url:http://harbor-registry-harbor-core/api/internal/configurations
2020-05-14T11:48:13Z [ERROR] [/jobservice/job/impl/context.go:75]: Job context initialization error: failed to load rest config
2020-05-14T11:48:13Z [INFO] [/jobservice/job/impl/context.go:78]: Retry in 19 seconds
2020-05-14T11:48:32Z [INFO] [/common/config/store/driver/rest.go:31]: get configuration from url: http://harbor-registry-harbor-core/api/internal/configurations
I would really appreciate it if you would give me a possible solution to the problem. Ready to provide more information.
The text was updated successfully, but these errors were encountered:
In your failure jobservice depends on core for the API to get configurations.
And core has to query the DB to respond to the request to the configuration API
At the same time, the log of clair shows that it can access to DB.
It seems to me the network is not correctly setup of your k8s cluster.
Hello everyone!
I got a problem between the components of your tool.
As far as I see, there is a circulation between several pods, which ends unsuccessfully.
Helm status:
Logs from my pod harbor-registry-harbor-clair:
Logs from my pod harbor-registry-harbor-jobservice
I would really appreciate it if you would give me a possible solution to the problem. Ready to provide more information.
The text was updated successfully, but these errors were encountered: