Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dynamiccertificates: denoise Kubelet logs by skipping removal of non-…
…existent file watchers This commit updates the DynamicFileCAContent controller to skip the removal of non-existent file watchers. Previously, the controller attempted to remove a file watch even if it didn't exist, which resulted in a flood of error messages being logged in the Kubelet logs. Signed-off-by: Sohan Kunkerkar <sohank2602@gmail.com>
- Loading branch information