Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Revert "Removing dependency on Authenticator binary" (#446)" #653

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 9 additions & 5 deletions files/kubelet-kubeconfig
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,14 @@ users:
user:
exec:
apiVersion: client.authentication.k8s.io/v1alpha1
command: /usr/bin/aws-iam-authenticator
command: aws
env:
- name: AWS_STS_REGIONAL_ENDPOINTS
value: regional
args:
- "token"
- "-i"
- "CLUSTER_NAME"
- eks
- --region
- "AWS_REGION"
- "AWS_REGION"
- get-token
- --cluster-name
- "CLUSTER_NAME"
1 change: 0 additions & 1 deletion scripts/install-worker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ S3_PATH="s3://$BINARY_BUCKET_NAME/$KUBERNETES_VERSION/$KUBERNETES_BUILD_DATE/bin

BINARIES=(
kubelet
aws-iam-authenticator
)
for binary in ${BINARIES[*]} ; do
if [[ -n "$AWS_ACCESS_KEY_ID" ]]; then
Expand Down