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?** It is not currently possible to create a Redis (cluster mode disabled) cluster with MultiAZ/AutomaticFailover support because you can't set NumCacheClusters (default:...

enhancement
Elasticache
priority/backlog
lifecycle/stale

**Describe the bug** The package `metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"` is not imported in zz_conversions.go, when the dependent fields are manually added through the generator-config.yaml. This concerns the fields with the struct `time.Time`...

bug
Crossplane
lifecycle/stale

**Describe the solution you'd like** Support the newly added Lambda resource `FunctionUrlConfig` https://docs.aws.amazon.com/lambda/latest/dg/API_CreateFunctionUrlConfig.html

enhancement
Lambda

**Is your feature request related to a problem?** It seems that with `AdoptedResources`, I must know ahead of time if the resource within AWS already exists and make a choice...

kind/enhancement
lifecycle/frozen

The generated sdkFind method in `sdk.go` file does not use pagination while listing AWS resources. This can lead to false positive `NotFoundErrors` in ACK reconciler loop. With the default pagination...

bug
priority/important-soon
lifecycle/stale

Not sure how niche this scenario is, but here's _two_ examples I've hit so far. Example 1 - I'm creating a KMS Key. But one of the spec fields contains...

enhancement
lifecycle/stale

### Summary Logic for ACK's use case is hard-coded in functions related to Go code generation. For example, `ack prefix` is used in [late_initialize.go](https://github.com/aws-controllers-k8s/code-generator/blob/d9d3390a4d5d39ccd4cab4fbdb5cef356211b01a/pkg/generate/code/late_initialize.go#L175) and `ackerrors` are used in [set_resource.go](https://github.com/aws-controllers-k8s/code-generator/blob/c7b19a3ec651b287477e7330d0ea1c725a904310/pkg/generate/code/set_resource.go#L706)....

kind/enhancement

**Describe the bug** Following [this tutorial](https://aws-controllers-k8s.github.io/community/docs/tutorials/rds-example/) we are trying to export the endpoint of a RDS database to a configmap in order to provide it to our pods as an...

bug
RDS

**Is your feature request related to a problem?** N/A **Describe the solution you'd like** Create, delete, update tags should be tested **Describe alternatives you've considered** N/A

enhancement

**Is your feature request related to a problem?** N/A **Describe the solution you'd like** update code paths for resources' `Tags` field **Describe alternatives you've considered** N/A

enhancement