Arush Sharma
Arush Sharma
Hey @gecube, Thanks for reporting this issue. You've identified a deadlock in the deletion flow when `deletionProtection: true` is set on a `DBInstance` resource. Currently whats happening is: 1. **Deletion...
Hi @omri-shilton , If you are still encountering the issue feel free to reopen the issue. We recommend using the adoption by annotation. https://aws-controllers-k8s.github.io/community/docs/user-docs/features/ /close
Hi @simon-torrez-al , I see the AccessPointPolicy has a Put, Get and Delete method [here](https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutAccessPointPolicy.html) We can support the controller by generation the new resource with the code generator. Just...
Sure! You would need to fork and clone the Code-generator, runtime and s3control-controller repo, update the generator and build the controller: https://aws-controllers-k8s.github.io/community/docs/contributor-docs/building-controller/ Let me know if you run into any...
Hi @zip-chanko , Thank you for sharing the screenshots! Would you mind sharing the controllers logs for the emr controller. The Manifest for the jobrun (you can remove sensitive info)...
Hey @denzhel, Is this the ack-chart with all the services or `apigateway`? Also, would this be considered a breaking change for the helm chats being generated with the old `values.yaml`?
I best effort approach to patch the status was implemented here for all controllers: https://github.com/aws-controllers-k8s/runtime/pull/191 /close