Skip to content

Commit

Permalink
Merge pull request hashicorp#5143 from aloisbarreras/patch-1
Browse files Browse the repository at this point in the history
Updating Heptio Authenticator to new name
  • Loading branch information
bflad authored Jul 11, 2018
2 parents 6f018f4 + 70f66c8 commit 716a390
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 716a390

Please sign in to comment.