We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f021d7c + 31232ed commit 43a2f5fCopy full SHA for 43a2f5f
README.md
@@ -95,7 +95,7 @@ This means the `kubeconfig` is entirely public data and can be shared across all
95
It may make sense to upload it to a trusted public location such as AWS S3.
96
97
Make sure you have the `heptio-authenticator-aws` binary installed.
98
-You can install it with `go get -u -v github.com/heptio/authenticator`.
+You can install it with `go get -u -v github.com/heptio/authenticator/cmd/heptio-authenticator-aws`.
99
100
To authenticate, run `kubectl --kubeconfig /path/to/kubeconfig --token "$(heptio-authenticator-aws token -i CLUSTER_ID -r ROLE_ARN)" [...]`.
101
You can simplify this with an alias or shell wrapper.
0 commit comments