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

