We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2e52e0 commit 4c42497Copy full SHA for 4c42497
01-path-basics/101-start-here/scripts/lab-ide-build.sh
@@ -20,6 +20,7 @@ sudo yum install bash-completion -y
20
# Install kubectl
21
curl -o kubectl https://amazon-eks.s3-us-west-2.amazonaws.com/1.10.3/2018-06-05/bin/linux/amd64/kubectl
22
chmod +x kubectl && sudo mv kubectl /usr/local/bin/
23
+echo "source <(kubectl completion bash)" >> ~/.bashrc
24
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
0 commit comments