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
I Can’T Continue The Thread We Started So I Am Continuing Here: I Tried The Clearml-Agent Helm But I Have Two Issues:

@<1523701827080556544:profile|JuicyFox94> I can’t continue the thread we started so I am continuing here:
I tried the clearml-agent helm but i have two issues:

  • in agentk8sglue-deployment.yaml there is a code that try to reach the files server and it fails (I set the correct file server url)
  • I set the “defaultContainerImage” to my custom image but it doesn’t look like the glue agent use it to spawn new agent
  
  
Posted one year ago
Votes Newest

Answers 6


it will be easier for me to track fixes

  
  
Posted one year ago

thanks

  
  
Posted one year ago

yes, it should be, will test this specific behaviour to be sure

  
  
Posted one year ago

ok,
just a small question, is the parameter “defaultContainerImage” tell the glue agent which image to use for the spawned agent ?

  
  
Posted one year ago

Hi Ofir, ty for feedback

  
  
Posted one year ago

clearml-agent is a pretty new chart so I expect some issues. Can you pls open an issue on Github for each problem you found?

  
  
Posted one year ago