Skip to content

Commit b23103f

Browse files
authored
Merge pull request aws-samples#560 from geremyCohen/gcohen-issue-555
fix for issue 555
2 parents dac8e1f + 61b7825 commit b23103f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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

01-path-basics/101-start-here/templates/config-k8s-workshop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ users:
1717
user:
1818
exec:
1919
apiVersion: client.authentication.k8s.io/v1alpha1
20-
command: heptio-authenticator-aws
20+
command: aws-iam-authenticator
2121
args:
2222
- "token"
2323
- "-i"

0 commit comments

Comments
 (0)