Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Commit

Permalink
Do not use full path to aws-iam-authenticator
Browse files Browse the repository at this point in the history
Kubernetes is happy to search the path for the binary. I don't
think it hurts to let this be installed wherever you want (on the path).
  • Loading branch information
errm committed Aug 29, 2018
1 parent 1aa22ef commit e7a0e8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/system/system_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ users:
user:
exec:
apiVersion: client.authentication.k8s.io/v1alpha1
command: /usr/local/bin/aws-iam-authenticator
command: aws-iam-authenticator
args:
- token
- "-i"
Expand Down
2 changes: 1 addition & 1 deletion pkg/system/templates/var/lib/kubelet/kubeconfig
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ users:
user:
exec:
apiVersion: client.authentication.k8s.io/v1alpha1
command: /usr/local/bin/aws-iam-authenticator
command: aws-iam-authenticator
args:
- token
- "-i"
Expand Down

0 comments on commit e7a0e8a

Please sign in to comment.