Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hi, Where Can I Find The Repo “Allegroai/Clearml-Agent-Services”? I’M Deploying Clearml On K8S With The Helm-Charts Repo And I Want To Enable Slack-Alerts But I Can’T Find The Repo To See What Conf I Need To Set Thanks!

Hi, where can I find the repo “allegroai/clearml-agent-services”?
I’m deploying clearml on k8s with the helm-charts repo and I want to enable slack-alerts but I can’t find the repo to see what conf I need to set
Thanks!

  
  
Posted one year ago
Votes Newest

Answers 30


What image should it be?

Doesn't matter - if not specified, the agent will use a default image (should be OK)

  
  
Posted one year ago

What was the error? You can probably see it in the task log

  
  
Posted one year ago

But why does it try to run “docker run”?

  
  
Posted one year ago

The agent has a preconfigured default docker image name

  
  
Posted one year ago

When running with --local True
everything works btw… but locally 🙃

  
  
Posted one year ago

SuccessfulKoala55
This is the error

  
  
Posted one year ago

This happens

  
  
Posted one year ago

It seems like the agent tries to spin up a docker image but fails since docker is not configured in the pod

  
  
Posted one year ago

Wait, is the clearml-agent-services configured in docker mode or not?

  
  
Posted one year ago

why locally it doesn’t try to run docker?

  
  
Posted one year ago

Works when the task is running locally

  
  
Posted one year ago

all the api use gunicorn

  
  
Posted one year ago

helm charts

  
  
Posted one year ago

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?

  
  
Posted one year ago

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

  
  
Posted one year ago

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

  
  
Posted one year ago

Maybe this?
It’s the entrypoint file for the docker

  
  
Posted one year ago

You think it’s the “--services-mode” flag?

  
  
Posted one year ago

The 3 - is actually :- followed by --

  
  
Posted one year ago

Sure no problem thanks!

  
  
Posted one year ago

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

  
  
Posted one year ago

but it also has the --create-queue flag but it didn’t create the queue I needed to create it manually

  
  
Posted one year ago

Ooo oops

  
  
Posted one year ago

What do you mean?

  
  
Posted one year ago

I believe because of this

  
  
Posted one year ago

How are you running your server?

  
  
Posted one year ago

I only enabled the pod and created services queue

  
  
Posted one year ago

and when I try to do this

  
  
Posted one year ago

One moment

  
  
Posted one year ago

That's strange as well - we'll need to try and reproduce it

  
  
Posted one year ago
369 Views
30 Answers
one year ago
10 months ago
Tags