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 2 years ago
Votes Newest

Answers 32


image

  
  
Posted 2 years ago

image

  
  
Posted 2 years 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 2 years ago

The 3 - is actually :- followed by --

  
  
Posted 2 years ago

What image should it be?

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

  
  
Posted 2 years 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 2 years ago

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

  
  
Posted 2 years 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 2 years ago

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

  
  
Posted 2 years ago

all the api use gunicorn

  
  
Posted 2 years ago

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

  
  
Posted 2 years ago

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

  
  
Posted 2 years ago

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

  
  
Posted 2 years ago

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

  
  
Posted 2 years ago

and when I try to do this

  
  
Posted 2 years ago

why locally it doesn’t try to run docker?

  
  
Posted 2 years ago

How are you running your server?

  
  
Posted 2 years ago

The agent has a preconfigured default docker image name

  
  
Posted 2 years ago

I believe because of this

  
  
Posted 2 years 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 2 years ago

One moment

  
  
Posted 2 years ago

SuccessfulKoala55
This is the error

  
  
Posted 2 years ago

Ooo oops

  
  
Posted 2 years ago

Sure no problem thanks!

  
  
Posted 2 years ago

helm charts

  
  
Posted 2 years ago

Works when the task is running locally

  
  
Posted 2 years ago

What do you mean?

  
  
Posted 2 years ago

This happens

  
  
Posted 2 years ago

I only enabled the pod and created services queue

  
  
Posted 2 years ago

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

  
  
Posted 2 years ago
8K Views
32 Answers
2 years ago
5 months ago
Tags