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'M Deploying Clearml Server Helm Chart With 3 Ingress Controller For Api, Web And Files. I Saw That One Of The Api Backend Is Unhealthy And I Get This Error In Apiserver Pod:

Hi everyone,

I'm deploying ClearML server helm chart with 3 ingress controller for api, web and files.
I saw that one of the api backend is UNHEALTHY and I get this error in apiserver pod:

[WARNING] [clearml.service_repo] Returned 400 for  in 0ms, msg=Invalid request path /

also when I connect to the pod I see the endpoint is not respond in / but is respond debug.ping :

root@clearml-apiserver-5b487949f-tpl5f:/opt/clearml# curl 

{"meta":{"id":"05785b752dac42ed94a6ca6b77b94fd9","trx":"05785b752dac42ed94a6ca6b77b94fd9","endpoint":{"name":"debug.ping","requested_version":"2.31","actual_version":"1.0"},"result_code":200,"result_subcode":0,"result_msg":"OK","error_stack":"","error_data":{}},"data":{"msg":"ClearML server"}}

root@clearml-apiserver-5b487949f-tpl5f:/opt/clearml# curl 

{"meta":{"id":"9736b2c9f94d47238c85576996e50d67","trx":"9736b2c9f94d47238c85576996e50d67","endpoint":{"name":"","requested_version":1.0,"actual_version":null},"result_code":400,"result_subcode":0,"result_msg":"Invalid request path /","error_stack":null,"error_data":{}},"data":{}}

could anyone assist here?

  
  
Posted 8 days ago
Votes Newest

Answers 3


Hi PreciousCentipede43 , can you add logs from the apiserver pod?

  
  
Posted 7 days ago

Hi PreciousCentipede43 🙂
When you say

one of the api backend is UNHEALTHY

do you mean you have multiple replicas of the apiserver component (i.e. you set the values apiserver.replicaCount > 1) and one of them is not ready?
Could you please share the output of the kubectl describe command for the ClearML apiserver Deployment?

  
  
Posted 6 days ago

Thanks guys, I managed to solved this by exposing as ingress only the webserver and access apiserver internally within the kubernetes.

  
  
Posted 3 days ago
73 Views
3 Answers
8 days ago
3 days ago
Tags