Skip to content

Commit

Permalink
Merge pull request #8651 from rifelpet/kops-authenticator-known-issue
Browse files Browse the repository at this point in the history
Add the aws iam authenticator known issue to the 1.17 release notes
  • Loading branch information
k8s-ci-robot authored Feb 28, 2020
2 parents 41dd0df + 58ba34f commit 3fceb9f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/releases/1.17-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,13 @@ the notes prior to the release).

* The `kops/v1alpha1` API is deprecated and will be removed in kops 1.18. Users of `kops replace` will need to supply v1alpha2 resources.

# Known Issues

* Kops 1.17.0-beta.1 included an update for AWS IAM Authenticator to 0.5.0.
This version fails to use the volume mounted ConfigMap causing API authentication issues for clients with aws-iam-authenticator credentials.
Any cluster with `spec.authentication.aws` defined according to the [docs](../authentication.md#aws-iam-authenticator) without overriding the `spec.authentication.aws.image` is affected.
The workaround is to specify the old 0.4.0 image with `spec.authentication.aws.image=602401143452.dkr.ecr.us-west-2.amazonaws.com/amazon/aws-iam-authenticator:v0.4.0`.

# Full change list since 1.16.0 release

## 1.16.0-alpha.1 to 1.17.0-alpha.1
Expand Down

0 comments on commit 3fceb9f

Please sign in to comment.