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
Seems Clearml-Server-K8S Has Been Deprecated In Version 1.0.. Did This To Install

Seems clearml-server-k8s has been deprecated in version 1.0..
Did this to install
helm install allegroai/clearml-server-chart --namespace=clearml --generate-name

```Error: rendered manifests contain a resource that already exists. Unable to continue with install: PersistentVolume "elasticsearch-pv" in namespace "" exists and cannot be imported into the current release: invalid ownership metadata; label validation error: missing key "app.kubernetes.io/managed-by": must be set to "Helm"; annotation validation error: missing key "meta.helm.sh/release-name": must be set to "clearml-server-chart-1621316729"; annotation validation error: missing key "meta.helm.sh/release-namespace": must be set to "clearml"

  
  
Posted 2 years ago
Votes Newest

Answers 5


thanks got it..

  
  
Posted 2 years ago

I highly doubt it... but you can easily find out using kubectl get pv and see what's out there 🙂

  
  
Posted 2 years ago

Could it be another applications's "elasticsearch-pv" and not clearml's

  
  
Posted 2 years ago

Regarding your error, it seems suspicious that the PersistentVolume "elasticsearch-pv" is in namespace "" - shouldn't it be in the old trains namespace? In any case, you'll need to make sure there's no conflict...

  
  
Posted 2 years ago

Hi DeliciousBluewhale87 ,
Well, we did discontinue support for the bare-metal k8s templates, as they were basically duplicated in the Helm chart.

  
  
Posted 2 years ago
613 Views
5 Answers
2 years ago
one year ago
Tags