community
community copied to clipboard
AWS Controllers for Kubernetes (ACK) is a project enabling you to manage AWS services from Kubernetes
**Is your feature request related to a problem?** The EC2 `SecurityGroup` currently allows you to create and associate an EC2 Security Group with a VPC, but there is no way...
**Is your feature request related to a problem?** When an AWS resource managed by an ACK controller gets modified outside of the controller scope, through AWS console or AWS CLI,...
Different AWS service API use different data types to represent pretty much the exact same thing: a set of Key:Value pairs ("tags") for the resource. For instance, some APIs use...
**Is your feature request related to a problem?** In order for users to install multiple ACK controllers, they must install each of them using the individual Helm charts - managing...
The EKS service mandates that each version upgrade can only increment the cluster by 1 minor version - such as `1.17.` to `1.18`. If you try to upgrade by more...
We currently have the `ACK.ResourceSynced` Condition that informs the Kubernetes user whether the desired state of a resource matches the latest observed state of the resource. The `ACK.ResourceSynced` Condition is...
**Is your feature request related to a problem?** The resources in `ec2-controller` are missing these mappings completely or only handle a small subset of exceptions. **Describe the solution you'd like**...
**Is your feature request related to a problem?** * Currently there is no automated way of finding security vulnerabilities in the latest ACK service controller images. **Describe the solution you'd...
Determine exit criteria for Route53 controller GA release and implement them.
### Summary Some `ackgenconfig` - such as [renames](https://github.com/aws-controllers-k8s/code-generator/blob/c7b19a3ec651b287477e7330d0ea1c725a904310/pkg/generate/config/resource.go#L237-L240) - use an *operation-centric* approach meaning an *operation* is required to define a `rename` config and consume it in code. This current...