community icon indicating copy to clipboard operation
community copied to clipboard

AWS Controllers for Kubernetes (ACK) is a project enabling you to manage AWS services from Kubernetes

Results 438 community issues
Sort by recently updated
recently updated
newest added

**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...

enhancement
EC2
priority/important-soon

**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,...

enhancement
lifecycle/stale

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...

enhancement
lifecycle/frozen

**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...

enhancement
lifecycle/frozen

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...

enhancement
priority/important-longterm

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...

enhancement
runtime
lifecycle/frozen

**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**...

enhancement
EC2

**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...

enhancement
lifecycle/frozen

Determine exit criteria for Route53 controller GA release and implement them.

Route53
lifecycle/stale

### 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...

kind/enhancement