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 would you like to be added**: The enhanced subnet discovery should use configurable tags. Currently the CNI will use any subnet in a matching VPC and AZ with the...
**What happened**: these are my ipadm's warm pool settings: ``` WARM_IP_TARGET = 2 MINIMUM_IP_TARGET = 23 WARM_ENI_TARGET = 0 IP_COOLDOWN_PERIOD = 30 ``` during pressure test, we create a lot...
**What would you like to be added**: Narrow down what VPC CNI is caching to reduce memory utilization in large clusters. Currently we see pretty high memory utilization and seems...
Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.17.0 to 0.18.0. Release notes Sourced from sigs.k8s.io/controller-runtime's releases. v0.18.0 :warning: Breaking Changes Bump to k8s.io/* v1.30 (#2693 #2754 #2765 #2776 #2786) Remove deprecated v1alpha1.ControllerManagerConfiguration (#2648) admission.Decoder...
Bumps [github.com/aws/amazon-vpc-resource-controller-k8s](https://github.com/aws/amazon-vpc-resource-controller-k8s) from 1.4.1 to 1.4.7. Release notes Sourced from github.com/aws/amazon-vpc-resource-controller-k8s's releases. v1.4.6 includes dependency updates and migrates the controller to Kubebuilder v3, along with minor enhancements and bug fixes....
Bumps [k8s.io/api](https://github.com/kubernetes/api) from 0.29.0 to 0.30.0. Commits fb932d2 Update dependencies to v0.30.0 tag d014286 Merge remote-tracking branch 'origin/master' into release-1.30 581c1b8 Update x/net for CVE-2023-45288 35ca1f4 Merge pull request #123932...
Bumps [k8s.io/cli-runtime](https://github.com/kubernetes/cli-runtime) from 0.29.0 to 0.30.0. Commits d57b959 Update dependencies to v0.30.0 tag ceb92ba Merge remote-tracking branch 'origin/master' into release-1.30 60fc039 Update x/net for CVE-2023-45288 c8b7f6a Bump github.com/golang/protobuf v1.5.4, google.golang.org/protobuf...
Bumps [github.com/containernetworking/cni](https://github.com/containernetworking/cni) from 1.1.2 to 1.2.0. Release notes Sourced from github.com/containernetworking/cni's releases. v1.2.0 This is libcni v1.2.0, which releases the new CNI spec version v1.1.0. Major changes: GC verb The...
**What type of PR is this?** improvement **Which issue does this PR fix?**: https://github.com/aws/amazon-vpc-cni-k8s/issues/2887 **What does this PR do / Why do we need it?**: **Testing done on this change**:...
**What would you like to be added**: I would like the current behavior to change. Currently the ENI/IP reconciler runs on a 60 second loop while the SG reconciler runs...