Jay Pipes
Jay Pipes
The `ack-generate` tool currently consumes the API model definitions from `aws-sdk-go` for a particular AWS service and outputs generated code for: - ACK-specific CRDs (i.e. CRDs in the `services.k8s.aws` APIGroup...
There are a number of problems with the way that RDS Parameter Groups handle parameters, and those problems surfaced in investigating #868. 1) There is a separate DescribeDBParameters API call...
image-promoter needs the ability to copy to AWS regions, based on a per-region bucket scheme. Related: https://github.com/kubernetes-sigs/oci-proxy/issues/39 @jaypipes coordinating with @Verolop and @puerco from Release Engineering
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...
We do not currently expose per-subnet metrics in the CNI metrics helper. Instead, we only have an aggregate total ENIs/IPs and assigned IPs gauge. It would be useful to have...
Add parameterization for e2e testing to allow permutations/scenarios for: * MTU * routing behaviour * num ENIs, IPs, instance types, etc
As discovered in #1490, the IAM controller is erroneously considering two identical lists of tag structs (identical, save for the ordering, which does not matter) as different in the Delta...
I've been thinking about doing this move for a little while. Some organizations (including my own employer, Microsoft), avoid importing libraries from personal Github organizations. They consider (wrongly, IMHO) repositories...
This patch begins the process of supporting current resource usage information in `ghw`. The first resource we support is memory on Linux systems. Users can use the `ghw.WithCollectUsage(true)` function to...