When running with --local True
everything works btw… but locally 🙃
The agent has a preconfigured default docker image name
Can you point me to the direction maybe?
I already made changes in the clearml-server repo and made my own image for the helm-charts… maybe I could fix this as well
It's not that - there's probably something wrong in the pod configuration where the services agent is running since it fails launching a docker due to a socket issue
It seems like the agent tries to spin up a docker image but fails since docker
is not configured in the pod
it has 3 “-” in the DAEMON_OPTIONS
PLus I don’t understand where is the repo for that image because the repo allegroai/clearml-agent has a different entrypoint file
Wait, is the clearml-agent-services configured in docker mode or not?
That's strange as well - we'll need to try and reproduce it
Maybe this?
It’s the entrypoint file for the docker
What was the error? You can probably see it in the task log
I only enabled the pod and created services queue
What image should it be?
Doesn't matter - if not specified, the agent will use a default image (should be OK)
but it also has the --create-queue flag but it didn’t create the queue I needed to create it manually
Yeah, it seems this is an issue with the services agent in the helm chart - can you please open an issue in the helm repo and we'll try to handle it there?