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, I Have Deployed Clearml Opensource Chart In My Gcp K8S Cluster, All Seem To Work Well Include The Ingresses Beside The Ingress Of The Api-Server. The Ingress Is Failing On The Health Checks So Its Not Accessible At All. In The Logs I See The Following

Hi, I have deployed clearml opensource chart in my gcp k8s cluster, all seem to work well include the ingresses beside the ingress of the api-server.
the ingress is failing on the health checks so its not accessible at all. In the logs i see the following:

[2024-08-19 08:23:14,325] [9] [WARNING] [clearml.service_repo] Returned 400 for  in 0ms, msg=Invalid request path /

which i assume what also fails the health checks, i see the same while connecting with port-forward.
Any idea how to handle this? what is the real issue causing it?
Should i changed the health check? (for exmaple while accessing /debug.conf im getting 200)

  
  
Posted 28 days ago
Votes Newest

Answers 3


Hey @<1736194540286513152:profile|DeliciousSeaturtle82> , yes please try changing the health check to /debug.conf or /debug.ping 🙂

  
  
Posted 28 days ago

thanks i meant debug.ping and its indeed working!

  
  
Posted 28 days ago

Great! 🚀 \

  
  
Posted 28 days ago
97 Views
3 Answers
28 days ago
27 days ago
Tags
gcp