ec2-controller
ec2-controller copied to clipboard
ACK service controller for Amazon Elastic Compute Cloud (EC2)
### Update to ACK runtime `v0.36.0`, code-generator `v0.36.0` ---------- * ACK code-generator `v0.36.0` [release notes](https://github.com/aws-controllers-k8s/code-generator/releases/tag/v0.36.0) * ACK runtime `v0.36.0` [release notes](https://github.com/aws-controllers-k8s/runtime/releases/tag/v0.36.0) ---------- NOTE: This PR increments the release version of...
Issue #: aws-controllers-k8s/community#1826 Description of changes: Only sync optional fields, if actually configured. More details are in the [commit message](https://github.com/aws-controllers-k8s/ec2-controller/commit/3ebf6f911692ff11a8361bf6239ab67b8fc3652a). By submitting this pull request, I confirm that my contribution...
Issue #, if available: https://github.com/aws-controllers-k8s/community/issues/2665 Description of changes: Added support for ManagedPrefixLists. This was validated with a KIND local cluster, and here are the results: - Controller logs ``` $...
Issue [#2661](https://github.com/aws-controllers-k8s/community/issues/2661) Description of changes: Currently the controller has been returning an error if the VPC securityGroup is not found. With this change, we will ignore errors if we can't...
This PR updates controller src and test files to the Ready condition: - Run code generation - Update test infra commit id - Replace `ACK.ResourceSynced` → `Ready` - Replace `assert_synced`...