eks-controller
eks-controller copied to clipboard
ACK service controller for Amazon Elastic Kubernetes Service (EKS)
Issue #, if available: Description of changes: This change adds support for configuring identity-provider-config to an EKS cluster. Associated apis: https://docs.aws.amazon.com/eks/latest/APIReference/API_AssociateIdentityProviderConfig.html , https://docs.aws.amazon.com/eks/latest/APIReference/API_DescribeIdentityProviderConfig.html , https://docs.aws.amazon.com/eks/latest/APIReference/API_DisassociateIdentityProviderConfig.html By submitting this pull request,...
### Update to ACK runtime `v0.37.1`, code-generator `v0.38.0` ---------- * ACK code-generator `v0.38.0` [release notes](https://github.com/aws-controllers-k8s/code-generator/releases/tag/v0.38.0) * ACK runtime `v0.37.1` [release notes](https://github.com/aws-controllers-k8s/runtime/releases/tag/v0.37.1) ---------- NOTE: This PR increments the release version of...
### Update to ACK runtime `v0.37.1`, code-generator `v0.37.0` ---------- * ACK code-generator `v0.37.0` [release notes](https://github.com/aws-controllers-k8s/code-generator/releases/tag/v0.37.0) * ACK runtime `v0.37.1` [release notes](https://github.com/aws-controllers-k8s/runtime/releases/tag/v0.37.1) ---------- NOTE: This PR increments the release version of...
This commit introduces support for `PodIdentityAssociations` in Addons CRD, enhancing the controller's capabilities to manage PIAs directly through the Addon resources. Key changes: - Bump the sdk to v1.54.1 to...
### Update to ACK runtime `v0.54.1`, code-generator `v0.54.0` ---------- * ACK code-generator `v0.54.0` [release notes](https://github.com/aws-controllers-k8s/code-generator/releases/tag/v0.54.0) * ACK runtime `v0.54.1` [release notes](https://github.com/aws-controllers-k8s/runtime/releases/tag/v0.54.1) ---------- NOTE: This PR increments the release version of...
Issue #, if available: - https://github.com/aws-controllers-k8s/community/issues/2645 Description of changes: Use only one of ID or Name while updating Nodegroup. ID is the priority here. By submitting this pull request, I...
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`...
Description of changes: When desiredSize is managed by external autoscaling, the ACK EKS controller will not increase minSize if it exceeds desiredSize, instead reporting the following error: ``` Conditions: Last...
Description of changes: Currently, when we successfully update an EKS cluster, trigger a controller 15 second requeue. During these 15 seconds, the actual cluster Status does not get updated, meaning,...
Issue #, if available: https://github.com/aws-controllers-k8s/runtime/pull/169 Description of changes: Go SDK V1 is deprecated now[^1], this PR removes any direct references to it. [^1]: https://aws.amazon.com/blogs/developer/announcing-end-of-support-for-aws-sdk-for-go-v1-on-july-31-2025/ There are still indirect ones, because...