Description
If someone creates an incorrect object that cannot be parsed, and the issuer/validator instance is restarted it creates a lot of warning events. Not that this behavior can be reproduced only when the app is restarted.
If a broken object is created without restart, the app will issue a single warning and you may think that it's not a big deal. But it is.
Steps to reproduce the issue
- Create a broken K8S object (e.g. without a requied field)
- Restart the kube-rs informer
- See a lot of warnings.
Describe the results you expected
Single warning per object.
System information
No response