tomitesh
tomitesh
have you got any update on this issue?
what's update on this?
That's great. Thanks for your reply and time on this request. will it be a good idea to specify additional property i.e AdditionalRoles [] as part of eks defination?
Thanks @RedbackThomson for quick response. - Yes, the IAM controller is installed and it is installed in the same namespace (aws-operators) as the eks-controller. The nodegroup (flash-rancher-nodegroup), eks cluster (flash-rancher)...
output of command "kubectl get roles -n control flash-rancher-eks-worker"  output in yaml format is as below ``` apiVersion: iam.services.k8s.aws/v1alpha1 kind: Role metadata: annotations: meta.helm.sh/release-name: control-repo-cd-control-cluster-iam meta.helm.sh/release-namespace: control objectset.rio.cattle.io/id: default-control-repo-cd-control-cluster-iam-cattle-fleet-d3f1da...
questions : if i use eks controller to deploy nodegroup and 1. specify nodeRoleRef to search role based on name, does it requires iam controller along with Role resource deployed...
Hi @chlunde , have you got any update on this issue?
> @buehler I think we're also being hit by this bug - I couldnt debug our operator yet. > > The issue is that after some reconcile loop's most of...
> @tomitesh Just wanted to double check that you are not returning "Null" for these objects (for which reconciliation process is stopping) as part of the reconcile loop. I think...
@RedbackThomson : I used RoleARN and not RoleRef as RoleRef did not work for this scenario (disaster recovery/adopting existing aws resource). 1. Create a role (moon-eks-cluster) with annotation (services.k8s.aws/deletion-policy: retain)...