Skip to content

Commit

Permalink
Add AKS troubleshooting section
Browse files Browse the repository at this point in the history
Add AKS troubleshooting section to resolve issue pytorch#803
  • Loading branch information
gunandrose4u authored Nov 30, 2020
1 parent 7b25f2b commit 2dcc2d0
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions kubernetes/AKS/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,3 +289,21 @@ Or if resource group is no longer needed, use the az group delete command to rem
```
az group delete --name myResourceGroup --yes --no-wait
```

## Troubleshooting


**Troubleshooting Azure Cli login**

Az login command will open your default browser, it will do so and load an Azure sign-in page.
Otherwise, open a browser page at https://aka.ms/devicelogin and enter the authorization code displayed in your terminal.
If no web browser is available or the web browser fails to open, use device code flow with az login --use-device-code.
Or you can login with your credential in command line, more details, see https://docs.microsoft.com/en-us/cli/azure/authenticate-azure-cli.

**Troubleshooting Azure resource for AKS cluster creation**

* Check AKS availble region, https://azure.microsoft.com/en-us/global-infrastructure/services/?products=kubernetes-service
* Check AKS quota and VM size limitation, https://docs.microsoft.com/en-us/azure/aks/quotas-skus-regions
* Check whether your subscription has enough quota to create AKS cluster, https://docs.microsoft.com/en-us/azure/networking/check-usage-against-limits

**For more AKS troubleshooting, please visit https://docs.microsoft.com/en-us/azure/aks/troubleshooting**

0 comments on commit 2dcc2d0

Please sign in to comment.