Is your feature request related to a problem?
We need to do more than 200 updates for CARM configmap as we will be onboarding more AWS accounts and our kubernetes cluster will be creating resources in multiple areas.
So after the CARM configmap, instead of us manually trigger the reconcilation everytime, it would be good if ACK Controllers can do that.
Describe the solution you'd like
We need ack-controllers to have a second watch for the CARM configmap updates and reconcile itself in a low priority queue?
We are using many ACK controllers and also lot of AWS accounts(~200) which have to be onboarded into CARM configmap which will be done gradually. So instead of us manually doing in pre-prod and production region, we would like if controller can take care of that
Describe alternatives you've considered
For now, alternative we have considered is to manually trigger the reconcilation or to restart the controllers. We are going with option for 1 project but we multiple projects using this ACK Controllers and we would like a common solution instead of us remembering to manually trigger the reconcilation
Is your feature request related to a problem? We need to do more than 200 updates for CARM configmap as we will be onboarding more AWS accounts and our kubernetes cluster will be creating resources in multiple areas. So after the CARM configmap, instead of us manually trigger the reconcilation everytime, it would be good if ACK Controllers can do that.
Describe the solution you'd like We need ack-controllers to have a second watch for the CARM configmap updates and reconcile itself in a low priority queue? We are using many ACK controllers and also lot of AWS accounts(~200) which have to be onboarded into CARM configmap which will be done gradually. So instead of us manually doing in pre-prod and production region, we would like if controller can take care of that
Describe alternatives you've considered For now, alternative we have considered is to manually trigger the reconcilation or to restart the controllers. We are going with option for 1 project but we multiple projects using this ACK Controllers and we would like a common solution instead of us remembering to manually trigger the reconcilation
Mentioning the issue where i have discussed about this feature https://github.com/aws-controllers-k8s/community/issues/2088