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
I'M Deploying Clearml With All Its Components Into An Eks Cluster, I'M Configuring The Values.Yaml And Adding The Right Values. I Have A Two Questions: Can Someone Share Their Settings Just To Be Sure Not Missing Any (Not Share Your Secrets Of Course) And


Hi @<1580005316538404864:profile|StickyOwl15> , using EKS should be straightforward even with standard values; you will eventually have to play a little bit with ingress annotations since AWS has a lot of them. The very important part is preparing your cluster before installing ClearML; usually you need to install elb controller, secret manager, dns controller and so on. When done you can install clearml with helm chart; about secrets management, it depends a lot on how you plan to manage cluster itself. If you are going to use some GitOps tool like Flux or ArgoCD you can create your secrets and then reference them (charts has values for existingsecrets.

  
  
Posted one year ago
126 Views
0 Answers
one year ago
one year ago