Nicholas Thomson

Results 86 comments of Nicholas Thomson

This is one of the standardised tags that we apply to all ACK resources. These can be overridden with the Helm chart values - https://github.com/aws-controllers-k8s/ec2-controller/blob/main/helm/values.yaml#L99-L103

@jkatz I'm not familiar enough with the API and use case for DB instances. Do you know what would be required for this?

> try to modify aws-auth configmap using kubectl (not sure which profile to use for kubeconfig). EKS currently locks the cluster to be accessible only by the IAM User/Role that...

There is no pretty way to generate any of this logic for all controllers. I have implemented a version which works for S3, which can be used as reference.

Could you provide the description of the `flash-rancher-eks-worker` Role? I have a feeling that this resource isn't properly being created - and that's why it doesn't have an ARN. Also,...

Could you provide the output of `kubectl get roles -n control flash-rancher-eks-worker`? Specifically, the `status` of that object should have some sort of error - or we will see if...

> specify nodeRoleRef to search role based on name, does it requires iam controller along with Role resource deployed on cluster? EKS controller doesn't explicitly require the IAM controller in...

I don't see anything wrong with your resources or your logic. The role looks well formed, and it has the conditions required for it to be referenced by the controller....

@malmanzor I think you're on the right path. The only thing I could think is missing is that your `from` is a plural `Options` rather than `Option`. If you want...

Ah I knew this would happen some day. The tricky part is that we have no method of doing a "partial create" - that is, we can't create the `RouteTable`...