amazon-vpc-cni-k8s
amazon-vpc-cni-k8s copied to clipboard
Networking plugin repository for pod networking in Kubernetes using Elastic Network Interfaces on AWS
**What happened**: Observed behavior is that large simultaneous downloads stall out and eventually we receive a "connection reset by peer" error. Sometimes, we also see TLS connection errors and DNS...
When using security groups for pods, pods with security groups attached cannot reach the Pod Identity agent on 169.254.170.23. Any pods _without_ security groups can reach the agent without issue....
**What would you like to be added**: In our eks bottlerocket usecase we see karpenter provisioning nodes which get the aws-node pod and some application pods upon start. Unfortunatly the...
Allow setting of EC2 Security group connection tracking configurable idle timeouts in AWS VPC CNI
**What would you like to be added**: AWS just released [EC2 Security group connection tracking adds support for configurable idle timeouts](https://aws.amazon.com/about-aws/whats-new/2023/11/ec2-security-connection-tracking-idle-timeouts/). Modifying these parameters requires EC2 API calls. It would...
**What would you like to be added**: In charts, Windows flags name are provided without definitive naming which can cause confusion for Linux users. The names should be renamed to...
**What happened**: Is there a recommended way of alerting either using Kubernetes/CNI Helper/KSM/Node Exporter/cAdvisor metrics to alert when the CNI is unable to allocate IPs, runs out of IPs, etc?...
**What happened**: We migrated our clusters to EKS 1.28 from 1.27. That upgrade also included migrating from CNI version 1.16 to CNI 1.18. After a while, in nodes with a...
**What happened**: I am getting error when running `make generate-limits`. ``` A previous region has different limits for instanceType=c6in.32xlarge than region=ap-south-1 ``` **Attach logs** Full log: ``` {"level":"info","ts":"2024-05-03T22:24:57.229Z","caller":"/home/ec2-user/amazon-vpc-cni-k8s/scripts/gen_vpc_ip_limits.go:51","msg":"Describing instance types...
**What type of PR is this?** This indirect dependency was causing reference failures in IntelliJ. **Which issue does this PR fix?**: go list -modfile=go.mod -m -json -mod=go.mod all #gosetup fails...
**What type of PR is this?** _Feature_ **Which issue does this PR fix?**: https://github.com/aws/amazon-vpc-cni-k8s/issues/2875 **What does this PR do / Why do we need it?**: If the SG reconciler runs...