Michael Tewoldemedhin
Michael Tewoldemedhin
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Issue [#2618](https://github.com/aws-controllers-k8s/community/issues/2618) Description of changes: This requeue enforcement on delete ensures that the ACK custom resource will not disappear until the resource in AWS is successfully removed. By submitting this...
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Description of changes: Currently, when we successfully update an EKS cluster, trigger a controller 15 second requeue. During these 15 seconds, the actual cluster Status does not get updated, meaning,...
**Describe the bug** ACK controllers normally ignore the tags they apply by default. (eg. `services.k8s.aws/controller-version`) If the user passes other tags via the controller flag argument (`--resource-tags`), we don't ignore...
**Describe the bug** ACK runtime fails to patch resource status on certain reconciler errors. When the controller fails to patch the aws resource status, users are forced to debug the...