Merge pull request #71 from rdtechie/patch-1

Install kubectl
This commit is contained in:
Marcel Dempers 2021-04-05 21:47:56 +10:00 committed by GitHub
commit acf2195e54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -103,9 +103,7 @@ cp ~/.kube/config .
## Get kubectl
```
curl -LO https://storage.googleapis.com/kubernetes-release/release/`curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt`/bin/linux/amd64/kubectl
chmod +x ./kubectl
mv ./kubectl /usr/local/bin/kubectl
az aks install-cli
cd ../..