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, We Noted That Using K8S Glue, There Are Some Situations Where The Task Cannot Be Registered As Error And Will Be Stuck At Pending. An Example Of One Situation Is When The Task Is Pulling A Docker Image That Doesn'T Exist. Is There A Way To Catch Such

Hi, we noted that using K8S glue, there are some situations where the task cannot be registered as error and will be stuck at pending. An example of one situation is when the task is pulling a docker image that doesn't exist. Is there a way to catch such situations? Today we have to regularly go into k8s and clean up these pods and clear the tasks manually.

  
  
Posted 2 years ago
Votes Newest

Answers 10


No, the example uses clearml_agent.glue.k8s.K8sIntegration which was updated much more recently. Try running it with the latest agent from the GitHub repo 🙂

  
  
Posted 2 years ago

Hi SubstantialElk6 , the latest version of the k8s glue detects these kind of states and reports them to the task's status_message field (you can see it in the Task's general properties)

  
  
Posted 2 years ago

Hi, the latest k8sglue-example.py was last commited about 4 months ago. Are you refering to that version?

  
  
Posted 2 years ago

Oh, this meant i have been using the latest agent which is v1.0.0. The problems were still there.

  
  
Posted 2 years ago

It would be good if new agent package is published

  
  
Posted 2 years ago

Hey SubstantialElk6 , were posting announcements on the main community channel

  
  
Posted 2 years ago

Lot of us are averse to using git repo directly

  
  
Posted 2 years ago

We're planning to release one very soon 🙂

  
  
Posted 2 years ago

Awesome

  
  
Posted 2 years ago

Hi SuccessfulKoala55 , is there a channel here that posts version updates?

  
  
Posted 2 years ago
616 Views
10 Answers
2 years ago
one year ago
Tags