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 Again! Is There An Easy Way To Set The –Shm-Size For A Task Pod In A Kubernetes Environment? I Guess Docker Args Won’T Work, And As Far As I Know, I Should Mount An Emptydir Into /Dev/Shm With A Memory Limit. Is It Possible To Set Up The Agent To Spaw

Hi again!

Is there an easy way to set the –shm-size for a task pod in a kubernetes environment? I guess docker args won’t work, and as far as I know, I should mount an emptyDir into /dev/shm with a memory limit. Is it possible to set up the agent to spawn tasks with these adjustments?

Thanks.

  
  
Posted 11 months ago
Votes Newest

Answers 2


Thanks! Works great with template.

  
  
Posted 11 months ago

Hi @<1564785037834981376:profile|FrustratingBee69> , the clearml agent helm chart allows you to customize the template for task pods, you can add whatever you need there (see here )

  
  
Posted 11 months ago
662 Views
2 Answers
11 months ago
11 months ago
Tags