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 2 years ago
Votes Newest

Answers 6


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

  
  
Posted 2 years ago

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

  
  
Posted 2 years ago

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

  
  
Posted 2 years 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 2 years 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 2 years ago

Or my own computer

  
  
Posted 2 years ago
881 Views
6 Answers
2 years ago
one year ago
Tags
Similar posts