File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
01-path-basics/101-start-here Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ chmod +x kubectl && sudo mv kubectl /usr/local/bin/
23
23
echo " source <(kubectl completion bash)" >> ~ /.bashrc
24
24
25
25
# Install Heptio Authenticator
26
- curl -o heptio-authenticator-aws https://amazon-eks.s3-us-west-2.amazonaws.com/1.10.3/2018-06-05/bin/linux/amd64/heptio-authenticator-aws
27
- chmod +x ./heptio-authenticator-aws && sudo mv heptio-authenticator-aws /usr/local/bin/
26
+ curl -o aws-iam-authenticator https://amazon-eks.s3-us-west-2.amazonaws.com/1.10.3/2018-06-05/bin/linux/amd64/heptio-authenticator-aws
27
+ chmod +x ./aws-iam-authenticator && sudo mv aws-iam-authenticator /usr/local/bin/
28
28
29
29
# Install kops
30
30
curl -LO https://github.com/kubernetes/kops/releases/download/$( curl -s https://api.github.com/repos/kubernetes/kops/releases/latest | grep tag_name | cut -d ' "' -f 4) /kops-linux-amd64
Original file line number Diff line number Diff line change 17
17
user:
18
18
exec:
19
19
apiVersion: client.authentication.k8s.io/v1alpha1
20
- command: heptio-authenticator-aws
20
+ command: aws-iam-authenticator
21
21
args:
22
22
- "token"
23
23
- "-i"
You can’t perform that action at this time.
0 commit comments