Jay Pipes

Results 56 issues of 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...

kind/enhancement
area/code-generation
area/crossplane
lifecycle/stale

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...

enhancement
RDS
priority/critical-urgent
lifecycle/frozen

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

kind/feature
sig/release
area/release-eng

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...

testing
stale

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...

priority/P1
testing
custom-networking
stale

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...

feature request
2.x CNI plugin

Add parameterization for e2e testing to allow permutations/scenarios for: * MTU * routing behaviour * num ENIs, IPs, instance types, etc

testing

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...

bug
IAM

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...