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**: ipamd failed to delete eniConfig while bootstrapping cluster **Attach logs** Logs from `/var/log/aws-routed-eni/ipamd.log ` ``` {"level":"error","ts":"2024-06-06T12:16:45.771Z","caller":"ipamd/ipamd.go:415","msg":"Failed to delete eniConfig node label%!(EXTRA *errors.StatusError=nodes \"ip-10-0-12-183.eu-north-1.compute.internal\" is forbidden: User \"system:serviceaccount:kube-system:aws-node\" cannot...
**What happened**: Hello! We have a use-case where we run pods with EKS in host network mode and attach a 2nd ENI to the node. The 2nd ENI is tagged...
**What happened**: Our EKS clusters are using public endpoint and the nodes are on public subnet. We've configured security groups for pods in the cluster and have added security group...
**What would you like to be added**: When enhanced subnet discovery is enabled, we should create a secondary ENI using a new subnet (if there is one available) when the...
**What would you like to be added**: I'd like to have ability to use more IPs, therefore run more Pods with security groups on a node. **Why is this needed**:...
Work In Progress - Migrate to aws sdk go v2. Ensure [Integration Tests](https://github.com/aws/amazon-vpc-cni-k8s/actions/workflows/integration-tests.yaml?query=branch%3Asdk_v2_update) are successful before merge. * [ ] Remove awserr. * [ ] Remove session. * [ ]...
**What type of PR is this?** **Which issue does this PR fix?**: There exists no way to collect metrics from the nodeagent at this time as there is no port...
If i set : AWS_VPC_ENI_MTU = 1500 how much i need to set POD_MTU = ? Does this calculation applies? Effective MTU = Default MTU - VXLAN Overhead Sorry for...
The Kops Integration Test has been failing against the master branch. We need to fix this - https://github.com/aws/amazon-vpc-cni-k8s/actions/runs/11462980868
Not a product issue but potential documentation bug. I could be misunderstanding how the WARM/MIN calculations work, or the following line from docs/prefix-and-ip-target.md is wrong. Since `MINIMUM_IP_TARGET=20`, CNI attaches 2...