Wait, is the clearml-agent-services configured in docker mode or not?
Maybe this?
It’s the entrypoint file for the docker
What was the error? You can probably see it in the task log
but it also has the --create-queue flag but it didn’t create the queue I needed to create it manually
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
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
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?
I only enabled the pod and created services queue
It seems like the agent tries to spin up a docker image but fails since docker is not configured in the pod
That's strange as well - we'll need to try and reproduce it
You think it’s the “--services-mode” flag?
What image should it be?
Doesn't matter - if not specified, the agent will use a default image (should be OK)
The agent has a preconfigured default docker image name
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
When running with --local True
everything works btw… but locally 🙃

