Peter Hewitt
Peter Hewitt
I have inputs ``` a = [1, 2, 3] b = [1, 10, 3] ``` and expect a diff of ``` [["~", "[1]", 2, 10 ]] ``` but instead I...
Randomly we are seeing groups get pruned. I wrote the pruning feature but haven't had a chance yet to look at why it is pruning our groups. Just wanted to...
We are seeing an issue where because we are syncing a large number of groups from OKTA the group-sync-operator makes a large number of requests to OKTA and we are...
**Describe the bug** Sometimes our `DBInstance` instance have a stale value in `status.dbParameterGroups.parameterApplyStatus`. I'm not sure but it seems like the rds operator stops reconciling the `DBInstance` resource once it...
**Describe the bug** We are using the rds-controller to create instances from snapshots, and are setting a custom db parameter group. Fairly regularly we see the DB parameter group gets...
**Is your feature request related to a problem?** We are using the `DbInstance` CRD to create RDS instances, for postgres engine. We have a specific project that wants to also...
**Problem** I have a network conflict issue. In our case, our EKS clusters use a service CIDR of `172.20.0.0/16`. We are using the --docker option when running `telepresence connect`. Our...
**Is your feature request related to a problem?** We have a project that creates/deletes many different types of external resources via resources in Kubernetes. One of those resources is AWS...