community
community copied to clipboard
AWS Controllers for Kubernetes (ACK) is a project enabling you to manage AWS services from Kubernetes
**What Is Your Question?** Is it possible to create new `status` fields for the RDS DBInstance CRD through `ack-generate` code generation? **What Is The Context For This Question?** I am...
@jaypipes here's what I've got so far working locally with the DBInstance CRD: ``` $ oc -n my-namespace get dbinstance NAME READY STATUS ENGINE ENGINE-VER CLASS my-db-instance True available oracle-ee...
Currently the ACK testing infrastructure cannot test cross-controller resource references because it will require to build and install multiple service controllers inside the KinD cluster. Possible solution can be to...
**Describe the bug** There are some resources with very few fields, like KMS `Alias`, and we may end up adding all of their fields to the ignore list. However, since...
Issue #, if available: https://github.com/aws-controllers-k8s/community/issues/82 Description of changes: Draft proposal for mechanisms to protect users against accidental deletion of ACK and/or AWS resources By submitting this pull request, I confirm...
## New ACK service controller Support for Amazon SQS. ### List of API resources List the API resources in order of importance to you: * [Queue](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_CreateQueue.html)
Determine exit criteria for KMS controller GA release and implement them. Parent Task: https://github.com/aws-controllers-k8s/community/issues/491 Sub Tasks: - [x] Implement Update for Key resource - [x] Implement Tag handling for Key...
**Is your feature request related to a problem?** Now that the `setResourceReadMany` function has been set to pull double duty when passed a `Create` operation with a list element as...
The canary tests that were [added](https://github.com/aws-controllers-k8s/applicationautoscaling-controller/commit/d96d1282923a2382d1a0f863f7355a73bf4cb493) to the applicationautoscaling-controller repository are specific to SageMaker and not the applicationautoscaling-controller codebase. They should be removed.
**Is your feature request related to a problem?** In particular, I am interested in being able to add the necessary configuration options to support IRSA without using the identity webhook....