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
Unanswered
Hi All, I'Ve Successfully Set Up Clearml On Gke Using The Helm Chart And Exposed The Web Server Via An Ingress Controller. I'M Able To Access The Clearml Ui And Run Tasks Across Different Machine Types. Now, I’D Like To Enable And Configure


Hi @<1798162812862730240:profile|PreciousCentipede43> 🙂

  • Regarding bypassing the IAP I am not sure. Could you elaborate a bit? Do you have some expected solution in mind?
  • For exposing the interactive sessions you can use a LoadBalancer config as mentioned (if your cloud provider supports its configuration) or use a NodePort service type (making sure there is no firewall rules and you can access the defined ports on the Nodes). Exposing the sessions through an Ingress is supported in the Enterprise version of ClearML through a dedicated Kubernetes application.
  
  
Posted 4 months ago
60 Views
0 Answers
4 months ago
4 months ago