Michael Tewoldemedhin
Michael Tewoldemedhin
Description of changes: Store resource partition as ACKResourceMetadata 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.
Description of changes: This changes introduce a new field in generator.yaml SyncedConfig, which lets us define custom reuqueue duration. If it is not defined, the duration will default to the...
Description of changes: Currently the controller attaches policies to Role 30 seconds after creating them. These changes attach the policies immediately after Role creation. By submitting this pull request, I...
Description of changes: Adding support for a Ready condition that is set after every reconciliation standardizes ACK's conditions. This condition will serve as a high level status check for users...
Description of changes: Currently in ACK, at the beginning of the Reconciler for each event, we get the resource from the k8s APIServer. This is an unecessary call, as the...
Description of changes: Retrieve Partition from sts Caller identity. This will help with the generation of ACK resource status, adding support for all partitions By submitting this pull request, I...
Description of changes: update dependencies 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, We've been setting a resource as NotSynced in ReadOne, if the resource status is not a certain way (Eg. waiting for EKS Cluster to be Active),...
Description of changes: increase the deletion policy delete wait period (how many time it checks for resource to disappear) By submitting this pull request, I confirm that my contribution is...