Adam Cornett
Adam Cornett
@ar-bella-jeong I think you should look at AWS's ACK project [here](https://github.com/aws-controllers-k8s). They have controllers for alot of AWS services. They are available via `helm` and via OLM ie OpertorHub.io and...
I think this is a great idea, maybe hook [Clair](https://quay.github.io/clair/whatis.html) into the existing prow process / infrastructure that ACK team uses? Quay uses this for its scanning. Just a thought...
/remove-lifecycle rotten
> Hi @acornett21 , I'm testing on my EKS cluster with `ec2-controller v0.0.20` and **cannot reproduce** the issue. I'm not too familiar with OpenShift-- is the Operator using the latest...
@brycahta How are you deploying into your k8s cluster? Helm or k8s manifests?
Here is some more info for the requests that end up in AWS...I think `tagSpecificationSet` is always being included in the request and on OpenShift it would be empty ```...
This is the confusing part for me, if we say that `CR.Tags` is `optional` then give a `default` value, then the field is _not_ `optional` it's a _required_ field with...