runtime
runtime copied to clipboard
Common ACK runtime and type system
Issue #, if available: https://github.com/aws-controllers-k8s/community/issues/2031 Description of changes: Add a new version the CARM map in parallel of existing `ack-role-account-map` Usage: ``` apiVersion: v1 kind: ConfigMap metadata: name: ack-carm-map namespace:...
Kubernetes 1.30 was released 6 days ago and ACK should follow :) - Bumping our client-go k8s/apimachinery and controller-runtimes for a smooth ACK on 1.30 experience. By submitting this pull...
This commit adds support for making ACK resources read-only via an annotation. A new `services.k8s.aws/read-only` annotation can be added to a resource to instruct the ACK service controller to not...
Issue #, if available: https://github.com/aws-controllers-k8s/community/issues/2031 Description of changes: Add support of `team-id` annotation in the namespace. Each `team-id` can associate with a different AWS Role ARN. So that the controller...
Issue #, if available: https://github.com/aws-controllers-k8s/community/issues/2031 Description of changes: - on top of https://github.com/aws-controllers-k8s/runtime/pull/139 - putting the CARMv2 map behind a feature flag - adding support for service level isolation e.g....
- Bump Kubernetes related packages to `v0.31.0` - Update controller-runtime to `v0.19.0` By submitting this pull request, I confirm that my contribution is made under the terms of the Apache...