awslabs / amazon-eks-ami

Packer configuration for building a custom EKS AMI
https://awslabs.github.io/amazon-eks-ami/
MIT No Attribution
2.38k stars 1.12k forks source link

EKS Logs Collector script Update #1790

Open AbeOwlu opened 1 month ago

AbeOwlu commented 1 month ago

What would you like to be added: The log scraping script should start pulling netfilter ipvs virtual endpoint to associated destination endpoint mapping, along with the iptables-legacy information relied on for nat re-routing to destination kube-svc IPs

Unless there is a reason why this is not needed in the script?

Why is this needed:

For troubleshooting clusters with kube-proxy ipvs mode enabled.

cartermckinnon commented 1 month ago

Feel free to open a PR.

AbeOwlu commented 1 month ago

will do...

AbeOwlu commented 1 month ago

PR for review: https://github.com/awslabs/amazon-eks-ami/pull/1795 @cartermckinnon

AbeOwlu commented 3 weeks ago

Hi @cartermckinnon , following up on this PR for reviews... Let me know if any changes to the command pattern is required