Skip to content

Commit 213e6f0

Browse files
authored
Update lab-ide-build.sh
Changing DL filename, chmod and mv target names to aws-iam-authenticator
1 parent dac8e1f commit 213e6f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

01-path-basics/101-start-here/scripts/lab-ide-build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ chmod +x kubectl && sudo mv kubectl /usr/local/bin/
2323
echo "source <(kubectl completion bash)" >> ~/.bashrc
2424

2525
# 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/
2828

2929
# Install kops
3030
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

0 commit comments

Comments
 (0)