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
Hey folks 👋🏻 , we're currently investigating CAPI/CAPA and we'd like to know if there's a plan to drop `dockershim` from `aws-cni`? We'd like to drop docker completely and use...
Small suggestion: it would be great to have a changelog file in https://github.com/aws/amazon-vpc-cni-k8s/tree/master/charts/aws-vpc-cni and reference it here https://github.com/aws/amazon-vpc-cni-k8s/tree/master/charts/aws-vpc-cni
**What type of PR is this?** feature **Which issue does this PR fix**: https://github.com/aws/amazon-vpc-cni-k8s/issues/2061 **What does this PR do / Why do we need it**: This PR request NET_RAW Capabilities...
**What type of PR is this?** bug **Which issue does this PR fix**: #2025 **What does this PR do / Why do we need it**: * the rules that need...
We are using the `cni` plugin as part of our Kubernetes deployment. We are seeing an issue where the VPC/ENI have adequate IP addresses, but `cni` is returning an error...
Hi, **What happened**: Sometimes the ip rule associated to a pod are not deleted when the pod is deleted. The leaked rules are never deleted but the ip is free...
**What happened**: Attempting to use multus with EKS. Primary CNI is Cilium and VPC-CNI as a secondary CNI on a pod. The pod fails to start with errors related to...
**What happened**: We use kops to configure Kubernetes clusters on EC2 instances. After upgrading kubernetes from `1.19.15` to `1.20.11`, we executed usual `kops rolling update` and as result nodes don't...
Refer #519 We believe that pods with `hostNetwork: true` cause the CNI `add` API call to be bypassed, which means that the VPC CNI would not affect the data path...
Need to add functional tests that validate creating an ENIConfig CRD instance. - [x] test for specifying ENIConfig for new worker node (with no pods) - [ ] test for...