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
The Clearml Enterprise Plan Supports K8S Servicing Multiple Clearml Queues, As Well As Providing A Pod Template For Each Queue For Describing The Resources For Each Pod To Use

The ClearML Enterprise plan supports K8S servicing multiple ClearML queues, as well as providing a pod template for each queue for describing the resources for each pod to use

I just want to make sure, when using OS version self hosted in k8s, I cannot predefine queues nor create multiple profiles (i.e. all queues are basically the same is default?)
image

  
  
Posted one month ago
Votes Newest

Answers 2


The chart already passes the --create-queue command line option to the agent, which means the agent will create the queue(s) it's passed. The open source chart simply doesn't allow you to define multiple queues in detail and provide override pod templates for them, however it does allow you to tell the agent to monitor multiple queues.
None

  
  
Posted one month ago

@<1726047624538099712:profile|WorriedSwan6>

  
  
Posted one month ago
99 Views
2 Answers
one month ago
one month ago
Tags