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.
2 parents 50d0be8 + 4dc3929 commit 63af2c8Copy full SHA for 63af2c8
articles/aks/azure-ad-v2.md
@@ -46,7 +46,7 @@ az extension list
46
47
To install kubectl, use the following
48
```azurecli
49
-curl -LO "https://storage.googleapis.com/kubernetes-release/release/v1.18.0-beta.2/bin/darwin/amd64/kubectl"
+curl -LO "https://storage.googleapis.com/kubernetes-release/release/v1.18.0-beta.2/bin/linux/amd64/kubectl"
50
chmod +x ./kubectl
51
sudo mv ./kubectl /usr/local/bin/kubectl
52
kubectl version --client
@@ -149,4 +149,4 @@ The user above gets an error because the user is not a part of a group that has
149
Learn about [Azure AD Role Based Access Control][azure-ad-rbac].
150
151
<!-- LINKS - Internal -->
152
-[azure-ad-rbac]: azure-ad-rbac.md
+[azure-ad-rbac]: azure-ad-rbac.md
0 commit comments