<http://logging.info|logging.info>("Updating flow configuration ...")
flow.storage = Docker(base_image=runner_image, local_image=True)
flow.environment = LocalEnvironment(labels=agent_labels)
flow.schedule = IntervalSchedule(interval=timedelta(minutes=visitors_minutes))
Successfully tagged process-visitors:2020-12-19t09-41-40-990021-00-00
Flow URL: <http://localhost:8080/default/flow/05a9ac75-dcd0-4638-b77b-e81ee75f53f7>
└── ID: 27067e92-dd8c-4626-91d9-0d2cd6f9793c
└── Project: talywalker
└── Labels: ['any', 'talynuc']
[19 Dec 2020 12:44pm]: Kubernetes Error: rpc error: code = Unknown desc = failed to pull and unpack image "<http://docker.io/library/process-visitors:2020-12-19t09-41-40-990021-00-00|docker.io/library/process-visitors:2020-12-19t09-41-40-990021-00-00>": failed to resolve reference "<http://docker.io/library/process-visitors:2020-12-19t09-41-40-990021-00-00|docker.io/library/process-visitors:2020-12-19t09-41-40-990021-00-00>": pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed
<http://logging.info|logging.info>("Updating flow configuration ...")
flow.storage = Docker(base_image=runner_image, local_image=True)
flow.environment = KubernetesJobEnvironment(labels=agent_labels,)
flow.schedule = IntervalSchedule(interval=timedelta(minutes=visitors_minutes))
result is the same
[19 Dec 2020 1:04pm]: Kubernetes Error: rpc error: code = Unknown desc = failed to pull and unpack image "<http://docker.io/library/process-visitors:2020-12-19t10-03-13-787740-00-00|docker.io/library/process-visitors:2020-12-19t10-03-13-787740-00-00>": failed to resolve reference "<http://docker.io/library/process-visitors:2020-12-19t10-03-13-787740-00-00|docker.io/library/process-visitors:2020-12-19t10-03-13-787740-00-00>": pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed