Worker signal logs with SIGTERM are flooding logs visualization. Those logs could happen anytime by scale to zero policy enforcement or just by evicting pods to move for new nodes when clusters are scaling.
How should this be manually tested?
Screenshots or example usage
Types of changes
[ ] Bug fix (a non-breaking change which fixes an issue)
[ ] New feature (a non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
[ ] Requires change to documentation, which has been updated accordingly.
What is the purpose of this pull request?
Remove unnecessary worker signal logs
What problem is this solving?
Worker signal logs with SIGTERM are flooding logs visualization. Those logs could happen anytime by scale to zero policy enforcement or just by evicting pods to move for new nodes when clusters are scaling.
How should this be manually tested?
Screenshots or example usage
Types of changes