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