Skip to content

Commit

Permalink
Updating Heptio Authenticator to new name
Browse files Browse the repository at this point in the history
The heptio authenticator binary name has changed to aws-iam-authenticator.
  • Loading branch information
aloisbarreras authored Jul 10, 2018
1 parent 083bccb commit 70f66c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/docs/guides/eks-getting-started.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,13 @@ full administrative access to the target AWS account.

If you are planning to locally use the standard Kubernetes client, `kubectl`,
it must be at least version 1.10 to support `exec` authentication with usage
of `heptio-authenticator-aws`. For additional information about installation
of `aws-iam-authenticator`. For additional information about installation
and configuration of these applications, see their official documentation.

Relevant Links:

* [Kubernetes Client Downloads](https://kubernetes.io/docs/imported/release/notes/#client-binaries)
* [Heptio Authenticator](https://github.com/heptio/authenticator)
* [AWS IAM Authenticator](https://github.com/kubernetes-sigs/aws-iam-authenticator)

## Create Sample Architecture in AWS

Expand Down Expand Up @@ -318,7 +318,7 @@ users:
user:
exec:
apiVersion: client.authentication.k8s.io/v1alpha1
command: heptio-authenticator-aws
command: aws-iam-authenticator
args:
- "token"
- "-i"
Expand Down

0 comments on commit 70f66c8

Please sign in to comment.