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
Hey Everyone, Do The Installation Instructions Listed

Hey everyone, Do the installation instructions listed https://allegro.ai/clearml/docs/docs/deploying_clearml/clearml_server_kubernetes_helm.html apply to https://github.com/allegroai/clearml-server-k8s/tree/master/clearml-server-cloud-ready or does it just apply to https://github.com/allegroai/clearml-server-k8s/tree/master/clearml-server-chart . I ask because it seems like the instructions assume a single node. Is that expected for the clearml-server-cloud-ready deployment? Additionally, Step 1 seems like a manual step when ideally it seems like that would be handled in the k8s manifests.

  
  
Posted 3 years ago
Votes Newest

Answers 2


Hi StaleHippopotamus38 , you're right. We're going to update that in the new docs ( https://clear.ml/docs ). Meanwhile, you can refer to https://github.com/allegroai/clearml-server-k8s/tree/master/clearml-server-cloud-ready

  
  
Posted 3 years ago

Thanks for the clarification 🙏

  
  
Posted 3 years ago
806 Views
2 Answers
3 years ago
one year ago
Tags