Skip to content
This repository has been archived by the owner on Aug 31, 2022. It is now read-only.

avoid logging at the error level the errors involving CRD #168

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

angelopoerio
Copy link

When kubernetes-event-exporter is deployed on a cluster with many CRD (custom resource definitions) and its default clusterrole doesn't account for them, it then starts logging a ton of errors and this can cause problems (like saturation of storage if you are ingesting your logs from the kubernetes cluster).
I think a better approach is to log errors involving CRD at the debugging level. So you can fix your clusterrole and avoid being overwhelmed by errors.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant