Autoscaler: AWS EKS: Update the AWS Go SDK version to support Web Identity providers for IAM credentials

Created on 5 Sep 2019  路  7Comments  路  Source: kubernetes/autoscaler

areprovideaws cluster-autoscaler kinfeature

Most helpful comment

We backport #2428 and #2358 to to 1.14. Release team will publish new versions next week.

For 1.13. We only have #2356 to upgrade aws sdk. You need to add AWS_SDK_LOAD_CONFIG env var with value "true" in your deployment to make ask call AssumeRoleWithWebIdentity.

I really appreciate help from @devkid and @rchernobelskiy.

All 7 comments

See #2323

This has been addressed by https://github.com/kubernetes/autoscaler/pull/2305.
Please have a check

When is the planned released of this feature?

Also waiting on this. Fingers crossed it's in 1.14.6 since that is the version we need for EKS. 馃

We backport #2428 and #2358 to to 1.14. Release team will publish new versions next week.

For 1.13. We only have #2356 to upgrade aws sdk. You need to add AWS_SDK_LOAD_CONFIG env var with value "true" in your deployment to make ask call AssumeRoleWithWebIdentity.

I really appreciate help from @devkid and @rchernobelskiy.

This is done and I will close the issue.

/close

@Jeffwan: Closing this issue.

In response to this:

This is done and I will close the issue.

/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Was this page helpful?
0 / 5 - 0 ratings