Skip to content

Commit

Permalink
Merge pull request #766 from MetalBlueberry/patch-1
Browse files Browse the repository at this point in the history
Update aws-iam-authenticator installation command
  • Loading branch information
k8s-ci-robot authored Nov 15, 2024
2 parents 11fb689 + cf17402 commit 7739f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ This means the `kubeconfig` is entirely public data and can be shared across all
It may make sense to upload it to a trusted public location such as AWS S3.

Make sure you have the `aws-iam-authenticator` binary installed.
You can install it with `go get -u -v sigs.k8s.io/aws-iam-authenticator/cmd/aws-iam-authenticator`.
You can install it with `go install sigs.k8s.io/aws-iam-authenticator/cmd/aws-iam-authenticator@latest`.

To authenticate, run `kubectl --kubeconfig /path/to/kubeconfig" [...]`.
kubectl will `exec` the `aws-iam-authenticator` binary with the supplied params in your kubeconfig which will generate a token and pass it to the apiserver.
Expand Down

0 comments on commit 7739f6c

Please sign in to comment.