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
FranticDolphin89
Moderator
1 Question, 4 Answers
  Active since 15 August 2025
  Last activity 17 days ago

Reputation

0

Badges 1

3 × Eureka!
0 Votes
3 Answers
373 Views
0 Votes 3 Answers 373 Views
Hi guys, I’m trying to deploy ClearML to K8s. When I try to execute a pipeline (from the examples) on a remote worker, I get an "aborted" run status and see ...
17 days ago
0 Hi Guys, I’M Trying To Deploy Clearml To K8S. When I Try To Execute A Pipeline (From The Examples) On A Remote Worker, I Get An
clearml:
  existingAgentk8sglueSecret: "clearml-agent-keys"
  existingClearmlConfigSecret: "clearml-agent-conf"

agentk8sglue:
  queue: "cpu"
  createQueueIfNotExists: true

  replicaCount: 1
  apiServerUrlReference: "
"
  fileServerUrlReference: "
"
  webServerUrlReference: "
"

  nodeSelector:
    custom.pool: clearml-pool
  tolerations:
    - key: "custom.pool"
      operator: "Equal"
      value: "clearml-pool"
      effect: "NoSchedule"
    - key...
17 days ago
0 Hello! I Am New To Clearml. I Have Clearml Installation With Helm Chart. I Am Using K8S Agent. I Have Configured A Queue For The Agent. I Have Created A Simple Task With A Simple Python Script. When I Execute This Task In The Agent Log I Get An Error: Err

Hi guys, i have the same issue:

ERROR: Could not push back task [bcfb8fdb35ec47dbbdfe4df2a003b6b1] to k8s pending queue k8s_scheduler [9680e8b47e644286895ad8760937ee51], error: Validation error (Cannot skip setting execution queue for a task that is not enqueued or does not have execution queue set

I only changed in values:

  queue: "cpu"
  createQueueIfNotExists: false

  replicaCount: 1
  apiServerUrlReference: "
"
  fileServerUrlReference: "
"
  web...
17 days ago