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
Hi Everyone. I Am Trying To Migrate From Trains To Clearml. I Am Using My Own Server, And I Installed Trains In Kubernetes Using Helm. I Am Following All Steps From The Docs (

Hi everyone. I am trying to migrate from Trains to ClearML. I am using my own server, and I installed Trains in Kubernetes using helm. I am following all steps from the docs ( https://allegro.ai/clearml/docs/docs/deploying_clearml/clearml_server_es7_migration.html ), but I am running into an error when doing: helm repo add allegroai https://allegroai.github.io/clearml-server-helm/ , basically because https://allegroai.github.io/clearml-server-helm/ does not exist. How can I overcome this?

  
  
Posted 3 years ago
Votes Newest

Answers 16


JoyousKoala59 what is the Trains server you have? the link you posted is to upgrade from v0.15 to v0.16, not from trains to clearml

  
  
Posted 3 years ago

Hi AgitatedDove14 , thanks for the reply. The link I posted is titled: "Upgrading Your Trains Server from v0.15 or Older to ClearML Server"

  
  
Posted 3 years ago

But the real problem here is not the update itself, but the helm repo pointing at a non-existent site: https://allegroai.github.io/clearml-server-helm/

  
  
Posted 3 years ago

Yes this is a misleading title

  
  
Posted 3 years ago

I'll make sure we fix it

  
  
Posted 3 years ago

If the repo is at a different site, can you please tell me where is located? So I can keep with my installation now

  
  
Posted 3 years ago

Regrading the helm, how did you get the link, ? http://github.io ? and the subdomain allegroai?

  
  
Posted 3 years ago

The link is written all over the docs, for example here: https://allegro.ai/clearml/docs/docs/deploying_clearml/clearml_server_kubernetes_helm.html

  
  
Posted 3 years ago

If you see that link, at Step 2, it tells you to "Add the clearml-server repository to your Helm", running the following command: helm repo add allegroai https://allegroai.github.io/clearml-server-helm/

  
  
Posted 3 years ago

Or am I at the wrong installation docs?

  
  
Posted 3 years ago

Hmm, let me check, the link is definitely there but this is not a valid link

  
  
Posted 3 years ago

Equivalently, when installing Trains using the old Trains docs, the command would be: helm repo add allegroai https://allegroai.github.io/trains-server-helm/ , and that one works fine, because that link exists, as opposed to the ClearML one

  
  
Posted 3 years ago

I think this is the issue, it was search and replaced . The thing is I'm not sure the helm chart is updated to clearml. Let me check

  
  
Posted 3 years ago

AgitatedDove14 thanks! Let me know please.

  
  
Posted 3 years ago

Hey JoyousKoala59 , it seems the helm chart for the clearml server is due to be released tomorrow. My apologies for the confusion :(

  
  
Posted 3 years ago

Got it, I will wait until tomorrow then, thank you AgitatedDove14 !!

  
  
Posted 3 years ago
848 Views
16 Answers
3 years ago
one year ago
Tags
Similar posts