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**: 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...
``` $ 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) ```...
**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...
## 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...
**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...
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...
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...
**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...
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...
**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...