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?** It is not currently possible to create a Redis (cluster mode disabled) cluster with MultiAZ/AutomaticFailover support because you can't set NumCacheClusters (default:...
**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`...
**Describe the solution you'd like** Support the newly added Lambda resource `FunctionUrlConfig` https://docs.aws.amazon.com/lambda/latest/dg/API_CreateFunctionUrlConfig.html
**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...
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...
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...
### 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)....
**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...
**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
**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