Slackbot
10/03/2022, 12:24 AMBo
10/03/2022, 2:31 AMXipeng Guan
10/03/2022, 10:44 AMGhawady Ehmaid
10/04/2022, 2:49 AMGhawady Ehmaid
10/04/2022, 4:00 AMDOCKER_REGISTRY_SERVER
from <http://registry.xxx.dev|registry.xxx.dev>
to <http://registry.xxx.dev/yatai-bentos|registry.xxx.dev/yatai-bentos>
as harbor has the concept of projects which doesn't exist in Docker registry. I previously created a project called yatai-bentos
but I think now it is causing confusion between the project name and registry name. Anyways, now the logs show some progress. The following lines keep repeating in the yatai-deployment container logs. That is because there is an error occurring while starting bento-downloader
container in the newly created pod under yatai-builders
namespace. I'll try investigating this and reach out if I am hitting a wall with it 👍
1.664854926352663e+09 INFO start cleaning up abandoned runner services {"func": "doCleanUpAbandonedRunnerServices"}
1.6648549263528912e+09 INFO finished cleaning up abandoned runner services {"func": "doCleanUpAbandonedRunnerServices"}
1.664854926966464e+09 INFO getting yatai client {"func": "doBuildBentoImages"}
1.664854926967252e+09 INFO getting docker registry {"func": "doBuildBentoImages"}
1.6648549269752157e+09 INFO listing bentos from yatai {"func": "doBuildBentoImages"}
1.6648549270312755e+09 INFO found 1 bentos need to build image {"func": "doBuildBentoImages"}
1.6648549270314548e+09 INFO checking image registry.xxx.dev/yatai-bentos/yatai-bentos:yatai.iris_classifier.xqrkghcczwpreref exists {"func": "doBuildBentoImages", "bentoTag": "iris_classifier:xqrkghcczwpreref"}
1.6648549272219152e+09 INFO image registry.xxx.dev/yatai-bentos/yatai-bentos:yatai.iris_classifier.xqrkghcczwpreref does not exist, creating image builder pod to build it {"func": "doBuildBentoImages", "bentoTag": "iris_classifier:xqrkghcczwpreref"}
time="2022-10-04T03:42:07Z" level=info msg="Creating image builder pod yatai-bento-image-builder-iris-classifier-xqrkghcczwpreref"
1.6648549272972183e+09 INFO image builder pod created {"func": "doBuildBentoImages", "bentoTag": "iris_classifier:xqrkghcczwpreref"}
1.6648549272972922e+09 INFO image registry.xxx.dev/yatai-bentos/yatai-bentos:yatai.iris_classifier.xqrkghcczwpreref built successfully {"func": "doBuildBentoImages", "bentoTag": "iris_classifier:xqrkghcczwpreref"}
Ghawady Ehmaid
10/05/2022, 2:24 AMBo
10/05/2022, 3:06 AM