Michael Tewoldemedhin

Results 210 comments of Michael Tewoldemedhin

Nice 💯 /lgtm

@Scumwong it seems like you just need to adopt the resource, ensuring it is managed by ACK, in order to make updates.. https://aws-controllers-k8s.github.io/community/docs/user-docs/adopted-resource/ https://aws-controllers-k8s.github.io/community/docs/user-docs/features/#resourceadoption

Hi @johnjeffers, We do try our best to ensure issues are tagged with the appropriate label. Having a centralized repository for all issues allows us to do a better job...

/remove-lifecycle stale

Hello @acharviakou Can you share which APIs are being called and their recurrence?

@acharviakou Looks like the controller is reconciling every 1 minute specifically for Domain resource. https://github.com/aws-controllers-k8s/opensearchservice-controller/blob/e6af637ef4bed509f09869cc88d4f2ac17e4ee49/generator.yaml#L31-L35 @a-hilaly do you know why?

Hey @acharviakou I have a fix in progress :)

Thank you for creating the issue @vishalkatikineni This should be pretty simple to implement, by ignoring this: https://github.com/aws-controllers-k8s/keyspaces-controller/blob/641da85fc4c2a947f187c68779e09e14eb97a9d6/generator.yaml#L6 and generating it with code-gen. If anyone wants to take a stab...