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
Hey, Is There A Way To Run Tasks Not On Clearml Agent But Rather As A K8S Job Directly? Thanks!

Hey, is there a way to run tasks not on ClearML agent but rather as a k8s job directly?
Thanks!

  
  
Posted one year ago
Votes Newest

Answers 6


Or my own computer

  
  
Posted one year ago

I don’t wan’t to be dependent on the agents

  
  
Posted one year ago

Some way more k8s native like a job with a base image and the exported task

  
  
Posted one year ago

Well, you can create an image using clearml-agent build , but you need the agent since that's the piece of code responsible for everything related to running tasks (i.e. building the environment, fetching the code, patching any code diffs, obtaining task metadata from the server, reporting on task progress and status, etc.)

  
  
Posted one year ago

Hi ScrawnyLion96 , how would you like to trigger that, conceptually?

  
  
Posted one year ago

Ok thanks, I’m searching a way to not be dependent on the aws auto scaler script but rather use a k8s job which will run and die after it’s finished thus saving resources

  
  
Posted one year ago
387 Views
6 Answers
one year ago
11 months ago
Tags
Similar posts