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, Folks I Am Trying To Setup

Hi, Folks
I am trying to setup clearml locally and installing it via helm

helm install clearml allegroai/clearml 

When i do that, i see that few of the pods are stuck in initialisation state.

default       clearml-webserver-d764f9d5c-fgtlk         0/1     Init:0/1   0             9m41s
default       clearml-apiserver-5b846c94b4-bpw2w        0/1     Init:0/1   0             9m41s
default       clearml-fileserver-57b64fcdc7-g7kgz       0/1     Init:0/1   0             9m41s

Any pointers on how to fix this ?

  
  
Posted 11 months ago
Votes Newest

Answers 7


@<1523701087100473344:profile|SuccessfulKoala55> , from the init-containers i could see that it is waiting for mongodb to start.

  
  
Posted 11 months ago

there’s a PR coming with example values: https://github.com/allegroai/clearml-helm-charts/pull/234

  
  
Posted 11 months ago

@<1523701087100473344:profile|SuccessfulKoala55> , using this

allegroai 

It's been stuck in initialization for a long time.

  
  
Posted 11 months ago

Hi @<1523704207914307584:profile|ObedientToad56> , what helm repository are you using? Also, please note the databases can take some time to set up and initialize on the first installation

  
  
Posted 11 months ago

cc : @<1523701827080556544:profile|JuicyFox94>

  
  
Posted 11 months ago

I would suggest getting some logs from the mongodb pods

  
  
Posted 11 months ago

@<1523701087100473344:profile|SuccessfulKoala55> , trying to use external mongo. In the values.yaml
I see these two fields

mongodbConnectionStringAuth: ""
mongodbConnectionStringBackend: ""

can you please help with what should go in these ?

  
  
Posted 11 months ago
542 Views
7 Answers
11 months ago
11 months ago
Tags