amazon-vpc-cni-k8s icon indicating copy to clipboard operation
amazon-vpc-cni-k8s copied to clipboard

Networking plugin repository for pod networking in Kubernetes using Elastic Network Interfaces on AWS

Results 168 amazon-vpc-cni-k8s issues
Sort by recently updated
recently updated
newest added
trafficstars

**What happened**: I am using the Datadog Agent helm chart and I wish to configure it to expose a `hostPort` on each of the pods from the Datadog DaemonSet. The...

bug

``` $ git log -n 1 commit 30115aae627ca5aaa8429bd0ff598d66f95732cd (HEAD -> master, origin/master, origin/HEAD) Author: Senthil Kumaran Date: Thu Oct 17 11:59:15 2024 -0700 Fix Formatting in troubleshooting doc (#3074) ```...

bug

**What would you like to be added**: Metrics to the amount of allocated IPs/ENIs/Networks per CNI container. This is critical for users to foresee upcoming IP exhaustion issues on their...

enhancement
feature request

## AWS-CNI Feature Proposal **Is your proposed feature related to a problem?** **_No._** **Describe the feature you'd like** **_I would like to have additional capability of setting arbitrary options on...

enhancement
feature request

**What would you like to be added**: Enhanced subnet discovery (launch [blog](https://aws.amazon.com/blogs/containers/amazon-vpc-cni-introduces-enhanced-subnet-discovery/)) provides an improved UX compared to "custom networking", but doesn't yet support all of the capabilities of custom...

enhancement
feature request

Following the documentation, we end up in the following scenario. https://aws.github.io/aws-eks-best-practices/networking/custom-networking/ The pod receives the IPs from the secondary subnet and to try to access resources outside the VPC, the...

question
needs investigation

I am having a similar issue as reported in https://github.com/aws/amazon-vpc-cni-k8s/issues/1912 I installed the cni-metric-helper via the helm chart, 1.18.5 1.30 EKS cluster, all the addons pretty must updated to at...

bug

**What happened**: Hi team! With recent changes that started from release 1.18.4 https://github.com/aws/amazon-vpc-cni-k8s/releases/tag/v1.18.4 we're noticed that there was a change introduced to respect ImagePullPolicy for daemonset `initContainer` and `NodeAgent` that...

bug

Every pod that we startup gets this one Warning level event one time. `Failed to create pod sandbox: rpc error: code = Unknown desc = failed to setup network for...

question
needs investigation

**What happened**: Is the new `ENABLE_SUBNET_DISCOVERY` setting compatible with folks using CustomNetworking with custom ENIConfigs to specify pod secondary subnets? I couldn't find much in the issues about this other...

question
needs investigation