You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How was the aws-load-balancer-controller installed: helm chart via terraform
If helm was used then please show output of helm ls -A | grep -i aws-load-balancer-controller
aws-lb-controller kube-system 3 2025-03-21 15:49:05.046662296 +0000 UTC deployed aws-load-balancer-controller-1.12.0 v2.12.0
aws-lb-controller-crds kube-system 1 2022-06-14 10:36:53.448558342 +0100 BST deployed lb-controller-crds-0.1.0 0.1.0
Possible Solution (Optional)
I've made a fork and can make a PR, where I found
d.logger.Info("enqueued new deferred TGB", "TGB", nsn.Name)
and
d.logger.Info("TGB not eligible for deferral", "TGB", nsn)
and just changed the TGB field to tgb, these are the two logs I've found examples of it being a field and uppercase
Contribution Intention (Optional)
Yes, I'm willing to submit a PR to fix this issue
The text was updated successfully, but these errors were encountered:
Bug Description
We get continuously reoccuring alerts that logs are being dropped in Opensearch now for aws load balancer controller
Steps to Reproduce
Just run the controller in a busy environment and have alerts for logs being dropped
Expected Behavior
Logs aren't dropped
Actual Behavior
Logs are dropped and alert is continuously firing as a result
Regression
Was the functionality working correctly in a previous version ? [Yes / No]
If yes, specify the last version where it worked as expected
Current Workarounds
I have a PR to fix
Environment
helm ls -A | grep -i aws-load-balancer-controller
aws-lb-controller kube-system 3 2025-03-21 15:49:05.046662296 +0000 UTC deployed aws-load-balancer-controller-1.12.0 v2.12.0
aws-lb-controller-crds kube-system 1 2022-06-14 10:36:53.448558342 +0100 BST deployed lb-controller-crds-0.1.0 0.1.0
Possible Solution (Optional)
I've made a fork and can make a PR, where I found
d.logger.Info("enqueued new deferred TGB", "TGB", nsn.Name)
and
d.logger.Info("TGB not eligible for deferral", "TGB", nsn)
and just changed the TGB field to tgb, these are the two logs I've found examples of it being a field and uppercase
Contribution Intention (Optional)
Yes, I'm willing to submit a PR to fix this issue
The text was updated successfully, but these errors were encountered: