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