File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
01-path-basics/101-start-here/scripts Expand file tree Collapse file tree 1 file changed +2
-2
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/
2323echo " 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
3030curl -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
You can’t perform that action at this time.
0 commit comments