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! I Have Question About K8S Glue Agent. Is It Possible To Specify Clearml Config There The Same Way As It Is In Agentgroups? And Also Could You Please Clarify The Difference Between Agentgroups, Agentservices And K8S Glue Agent?

Hi! I have question about k8s glue agent. Is it possible to specify clearml config there the same way as it is in agentgroups? And also could you please clarify the difference between agentgroups, agentservices and k8s glue agent?

  
  
Posted one year ago
Votes Newest

Answers 31


yes

  
  
Posted one year ago

if you do a kubectl get svc in namspace you should see the svc of api webserver and fileserver

  
  
Posted one year ago

I’m just going to include these credentials in pod template too

  
  
Posted one year ago

in values.yaml I guess apiServerUrlReference is wrong

  
  
Posted one year ago

but what base field should it be? clearml.conf?

  
  
Posted one year ago

oh I got what the problem is

  
  
Posted one year ago

clearml-agent 1.1.0 released

  
  
Posted one year ago

chart-agent 1.0.1 released

  
  
Posted one year ago

PR incoming

  
  
Posted one year ago

Why do you have the bucket separate?

  
  
Posted one year ago

Yeah, that worked! . Thanks a lot!

  
  
Posted one year ago

ok let me check this one

  
  
Posted one year ago

later in the day I will push also a new clearml chart that will not contain anymore k8s glue since it’s now in clearml-agent chart, this is why I was suggesting to use that chart :)

  
  
Posted one year ago

pls upgrade agent chart to just released 1.0.2

  
  
Posted one year ago

clearml and agent are in the same namespace?

  
  
Posted one year ago

Now seems I’ve got 403/405 on fileserver
+ curl -sw %{http_code} ` -o /dev/null

  • [ 405 -ne 403 ]
  • echo waiting for fileserver
  • sleep 5 `
  
  
Posted one year ago

ReassuredArcticwolf33 PR is coming https://github.com/allegroai/clearml-helm-charts/pull/84

  
  
Posted one year ago

ReassuredArcticwolf33 pls try this one and let me know if this is working for you

  
  
Posted one year ago

my one, for example is http://clearml-apiserver:8008

  
  
Posted one year ago

Wait, JuicyFox94 , is there an additionalConfigs value in the agent chart values? I can't find it there...

  
  
Posted one year ago

JuicyFox94 , SuccessfulKoala55 sorry to bother you again, question about minio still raises - I tried different ways to configure it in additionalConfigs, and unfortunately does not succeeded. Here are several examples I tried:

  
  
Posted one year ago

About clearml-agent chart - it stucks in init state for a long time, do you have an idea, why it could be so?

  
  
Posted one year ago

You should have a single setting for the minio server

  
  
Posted one year ago

hopefully this will fix the issue

  
  
Posted one year ago

can you pls check logs of init-container?

  
  
Posted one year ago

pls give me 10 minutes

  
  
Posted one year ago

running tests

  
  
Posted one year ago

this is the PR: https://github.com/allegroai/clearml-helm-charts/pull/80 https://github.com/allegroai/clearml-helm-charts/pull/80 will merge it soon so agent chart 1.0.1 will be released

  
  
Posted one year ago

Let me check and I will eventually get back with a PR

  
  
Posted one year ago

It worked, thanks!

  
  
Posted one year ago
4K Views
31 Answers
one year ago
29 days ago
Tags