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
Profile picture
HappyTiger58
Moderator
1 Question, 2 Answers
  Active since 23 March 2023
  Last activity one year ago

Reputation

0

Badges 1

2 × Eureka!
0 Votes
4 Answers
618 Views
0 Votes 4 Answers 618 Views
one year ago
0 Hello Guys, I'M Trying To Setup A Selfhosted Clearml Server Using Kubernetes (With The "Kubernetes Glue, Map Clearml Jobs Directly To K8S Jobs" Method), So Far Everything Kind Of Works But I Have The Following Issues That I Could Use A Little Help With If

Nice so if I understand correctly I should have a first k8s glue agent listening on the default queue that can execute tasks and I can also have a second k8s glue agent that listen to the services queue that will handle my pipelines? Also just to make sure that I setup everything correctly in the chart, should I modify the value "agentk8sglue.image.repository" or the value "agentk8sglue.defaultContainerImage" and what image should I use? Thank you!

one year ago