Arush Sharma
Arush Sharma
Description of changes: https://github.com/aws-controllers-k8s/runtime/pull/176 This PR adds template changes to support the reconcile-resources flag which was recently added to the ACK runtime. This flag allows users to specify which resource...
Upgrades
Issue #, if available: Description of changes: By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Description of changes: The AWS Controllers for Kubernetes (ACK) service controllers currently initialize reconcilers for all supported resource kinds, regardless of operational needs, leading to unnecessary resource consumption and potential...
Issue #, if available: Description of changes: By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
### Add support for Serverless Cache https://docs.aws.amazon.com/AmazonElastiCache/latest/APIReference/API_CreateServerlessCache.html
Description of changes: fixes compiler warnings related to unkeyed field initialization in metav1.Time struct literals throughout the codebase. Updated all instances to explicitly specify the Time field when initializing metav1.Time...
Issue https://github.com/aws-controllers-k8s/community/issues/2586 Description of changes: Removes the AdoptedResource CRD and its reconciler while preserving annotation-based adoption functionality. By submitting this pull request, I confirm that my contribution is made under...
## Overview As part of ACK's evolution towards more robust and maintainable solutions, we are announcing the deprecation of two key Custom Resource Definitions (CRDs): - **AdoptedResource CRD** - Being...