David Mather

Results 9 comments of David Mather

> Failing to reconcile when additional SGs could not be found is a change of behaviour Just to clarify, we would *no longer* fail to reconcile when SGs couldn't be...

@Ankitasw all squashed now, thanks!

I commented on an older ticket for this, but I have a patch here https://github.com/dlmather/aws-load-balancer-controller/tree/dmather/patch-aws-lb-controller-sg-conflicts to support tagging by cluster name to handle this. I think tackling the full problem...

Hmm, you're right... let me try to cook up a simple Pod recipe that reproduces the issue.

Cool, cooked something up here, maybe not the cleanest or most simple way but worked for me to reproduce: ``` --- kind: Pod apiVersion: v1 metadata: name: big-log-test namespace: default...

Kubelet should be using default setting around rotation as well, for the record.

> @dlmather a little late, but I think this was fixed in #6925, would you be able to test it out and see? Sorry, I'm no longer working where I...

I ran up into some of the issues this feature request would address because I'm using aws-loadbalancer-controller across multiple EKS clusters that are within the same VPC. To keep things...