community
community copied to clipboard
AWS Controllers for Kubernetes (ACK) is a project enabling you to manage AWS services from Kubernetes
**Describe the bug** Hi, When using "helm upgrade" to upgrade an aws-controller chart, helm does not upgrade CRDs that are in '/crds' folder, even if there were changes. https://helm.sh/docs/topics/charts/#limitations-on-crds I'm...
**Is your feature request related to a problem?** Currently, multiple controllers reuse the same code that compares two tag arrays ( `[]*Struct{Key, Value string}` ) or tag maps ( `map[string]string`...
Some off the controllers are still using old version of acktest framework. To make easier to support new sdk versions and add new CRDs we should ideally update all the...
**What is the URL of the document?** https://aws-controllers-k8s.github.io/community/docs/contributor-docs/testing/ **Which section(s) is the issue in?** Prerequisites **What needs fixing?** The command [uuidgen](https://github.com/util-linux/util-linux) is a dependency for running the tests. But that's...
**Describe the bug** How to pull the charts via Terraform Helm Provider **Steps to reproduce** **Expected outcome** I would like to deploy the ACK controllers via Terraform Helm Chart **Environment**...
**Is your feature request related to a problem?** I would like to test some of the ACK controllers with my `localstack` environment where I pass test credentials to the controller...
**Describe the bug** The `ClientToken` field in an AWS request should not be exposed to users as it is only related to the SDK methods. I can see this in...
## New ACK Service Controller Support for AWS Service Catalog ### List of API resources List the API resources in order of importance to you: I am working with a...
**Is your feature request related to a problem?** This controller is missing the `olm` file, so that needs to be added so that the code generation during releases kicks off....
**Is your feature request related to a problem?** No. **Describe the solution you'd like** The ability to build the service controller images in a way that meets Red Hat's Container...