Skip to content

Commit

Permalink
Unify authenticator format
Browse files Browse the repository at this point in the history
  • Loading branch information
Issacwww committed Sep 28, 2024
1 parent d968984 commit bcea9d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/al2/provisioners/install-worker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ done
# Verify that the aws-iam-authenticator is at last v0.5.9 or greater. Otherwise, nodes will be
# unable to join clusters due to upgrading to client.authentication.k8s.io/v1beta1
iam_auth_version=$(sudo /usr/bin/aws-iam-authenticator version | jq -r .Version)
iam_auth_version="${iam_auth_version#*-}"
if vercmp "$iam_auth_version" lt "v0.5.9"; then
# To resolve this issue, you need to update the aws-iam-authenticator binary. Using binaries distributed by EKS
# with kubernetes_build_date 2022-10-31 or later include v0.5.10 or greater.
Expand Down

0 comments on commit bcea9d1

Please sign in to comment.