community
community copied to clipboard
AWS Controllers for Kubernetes (ACK) is a project enabling you to manage AWS services from Kubernetes
**Describe the bug** Dynamodb controller (v0.1.6) is not able to update `Dynamodb table status` Debug logs: Error: ```2022-10-06T00:41:43.260Z DEBUG ackrt < r.patchResourceStatus {"account": "", "role": "", "region": "us-east-1", "kind": "Table",...
**Describe the bug** Hello team, we recognised that iam-controller does not sync properly iam-policy resource and causing constant reconciliation with message "Late initialization did not complete, requeuing with delay of...
As discovered in #1490, the IAM controller is erroneously considering two identical lists of tag structs (identical, save for the ordering, which does not matter) as different in the Delta...
Bootstrapping a new controller which requires customization via `generator.yaml`, e.g. to override methods, is not clearly documented. Slack discussion: https://kubernetes.slack.com/archives/C0402D8JJS1/p1665057847630139 **What is the URL of the document?** Perhaps should go...
**Is your feature request related to a problem?** We lost a database once via a manifest getting deleted. We got lucky in that the data loss was not a major...
**Describe the bug** With the latest release of the EC2 controller, [tags](https://github.com/aws-controllers-k8s/ec2-controller/blob/main/apis/v1alpha1/vpc.go#L83-L86) were added to the VPC CR. With this addition, the controller now fails if a user does not...
## New ACK Service Controller Support for [FSX](https://aws.amazon.com/fsx/) would be really great, especially when deploying Pods with [NFS](https://kubernetes.io/docs/concepts/storage/volumes/#nfs) PVC's ### List of API resources List the API resources in order...
**Is your feature request related to a problem?** We're running ArgoCD. And using ACK RDS to create a service's database along with it. To avoid any accident, termination protection is...
**Is your feature request related to a problem?** Pipeline Execution Operations * [StartPipelineExecution](https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_StartPipelineExecution.html) - > Create (Creates a pipelineExeuctionArn unique identifier) * `StopPipelineExecution` → Delete * `UpdatePipelineExecution` → Update *...
**Describe the bug** The initial account id check does not take into account a customized session config. https://github.com/aws-controllers-k8s/runtime/blob/ae946aa1e0dd309db0064c2c347b724074725c60/pkg/config/config.go#L165-L167 Specifically the session creation here, without taking into account a custom awscfg...