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?** Kustomize replacements/patches provide a means to modify specific attributes in a k8s resource via a json path. Field Exports enhanced with this...

enhancement

As discussed in #111 , we can use kind to test controllers architectural compatibility for `arm` and `x86`

kind/enhancement
priority/backlog
lifecycle/frozen

In crossplane we have a great feature to create the secret after RDS Instance created with all the required parameter os a connection string. ```yaml writeConnectionSecretToRef: name: sample-db-con-string namespace: default...

enhancement
RDS
lifecycle/frozen

**Describe the bug** After applying a bucket resource, the controller logs show the following error ``` 2022-07-27T20:52:34.160Z ERROR controller.bucket Reconciler error {"reconciler group": "s3.services.k8s.aws", "reconciler kind": "Bucket", "name": "my-ack-s3-bucket", "namespace":...

bug
S3

### Summary The code-generator takes [ackmodel](https://github.com/aws-controllers-k8s/code-generator/blob/02795c2056e23e1bb11dcc928ad0f0ba29790a8c/pkg/model/model.go#L37) as an input (i.e. CRDs), processes the data alongside config, and applies templates against the updated data to output Go code. Each command in...

kind/enhancement

**Describe the bug** A concise description of what the bug is. **Steps to reproduce** I'm still seeing this issue with latest rds controller. If customer create rds instance CRD, and...

bug
RDS

**Is your feature request related to a problem?** I am unable to generate Instance CRD for *ec2-controller* because code-generator cannot unwrap the list responses from `RunInstances` and `DescribeInstances`, the *Create*...

enhancement
lifecycle/frozen

**Describe the bug** I have a single `Function` resource defined (see below). The problem I'm having is that after the function is successfully created the `code:` block gets removed from...

bug
Lambda

HI, Use case: With a cluster based installation of the ACK controllers - I want to still use namespace specific IAM roles in my multi-tenant cluster. If possible? - I'd...

enhancement
lifecycle/rotten

**Is your feature request related to a problem?** When generating crossplane controller code for a service it uses the scheme `Generate` + `shape name` to generate methods for preparing inputs...

bug
code generator
Crossplane