#2286·clair

Deploying clair v4.8.0 issue

Author: BLANC348Created Sep 2, 2025Updated Dec 11, 2025

I attempted to locally deploy Clair v4.8.0 on Kubernetes but encountered the following issue:

Initially, my configuration file included HTTP service configuration, log level settings, and configurations for indexer, matcher, and notifier. However, after deployment, client-server HTTP communication returned an HTTP 504 error code. To debug this, I added a trace configuration, which now results in the error:

failed loading config: error decoding config "../conf/config.yaml": unknown field "trace" Could you please tell me how to solve this. orz


I have removed the trace-related configuration but still lack effective methods to debug the following issue:

[clair] Could not index manifest: Clair responded with a failure: Got response 504 with message NoStackTraceTimeoutException

Could you advise on how to debug this?

Thank you!