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?