eks-controller icon indicating copy to clipboard operation
eks-controller copied to clipboard

ACK service controller for Amazon Elastic Kubernetes Service (EKS)

Results 10 eks-controller issues
Sort by recently updated
recently updated
newest added

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,...

ok-to-test

### 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...

prow/auto-gen

### 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...

prow/auto-gen

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...

approved

### 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...

prow/auto-gen

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...

do-not-merge/hold
approved
ok-to-test

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...

needs-ok-to-test

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,...

approved

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...

needs-ok-to-test