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
Could you advise on how to debug this?
Thank you!