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**: There are recent requests mentioning CNI log collector script is not working with bottlerocket. **Attach logs** **What you expected to happen**: Script should work as expected. **How to...
chore: update .go-version
**What happened**: We are experiencing something similar to https://github.com/aws/amazon-vpc-cni-k8s/issues/2970, after upgrading our in-house clusters to 1.29. After a new node is brought up (not this does not happen to every...
Pods are stuck in ContainerCreating status after upgrading to Kubernetes version 1.30 on EKS. We have 'Security Groups for Pods' feature turned on, and when we're trying to upgrade from:...
**What type of PR is this?** improvement **Which issue does this PR fix?**: Add feature to inject env from configmap or secrets **What does this PR do / Why do...
I'm trying to determine if this is actually feasible. I have an AWS VPC configured with subnets that are "dual-stack" - they have IPv4 addresses and IPv6 addresses. There's an...
**What would you like to be added**: Update the ENIConfig CRD to include a valid openAPIV3 Schema **Why is this needed**: When creating ENIConfig resources using Terraform manifest resources, I...
**What happened**: on an EKS cluster with many `Service`s (1000 in my case) and many pods (300 pods), big iptable lead to long execution time for some `iptable` rules (5s+...
**What would you like to be added**: We'd like to use security group for pods without assigning IPv4 address to ENI that's being created. Currently it seems like ENIs created...
**What happened**: I'm working on testing autoscaling for my EKS cluster (1.29) and `karpenter` is frequently scaling nodes up and down during my test. At a certain point, all newly...