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
Are People Using Devcontainer + Clearml-Session?

Are people using devcontainer + clearml-session?

  
  
Posted 2 years ago
Votes Newest

Answers 3


With k8s glue going, want to finally look at clearml-session and how people are using it.

If used with k8s glue, you will have to run the glue with --ports-mode, then the clearml session will know how to connect to container itself, since at runtime the container will register the gateway + port for the learml-session client to connect to

  
  
Posted 2 years ago

Yeah mostly. With k8s glue going, want to finally look at clearml-session and how people are using it.

  
  
Posted 2 years ago

TrickySheep9 you mean custom containers in clearml-session for remote development ?

  
  
Posted 2 years ago
531 Views
3 Answers
2 years ago
one year ago
Tags
Similar posts