Skip to content

What could go wrong?

Wely Lau edited this page Apr 5, 2019 · 4 revisions

Azure services is very fast moving, in fact we have updates weekly or even daily. Though we're keeping the documentation and hands-on-lab instruction as soon as we could, there could be times where delayed, which results inconsistency with the UI or even raising issues or error.

You may also check out the Issues and/or Pull request for this labs.

This wiki page captures several issues that we've encountered during this hands-on-lab. We recommend you to check out this wiki when you encountered any errors as the following could provide tips on the resolution:

  1. Creating AKS cluster: https://github.com/wely/MCW-Containers-and-DevOps/blob/master/Hands-on%20lab/Before%20the%20HOL%20-%20Containers%20and%20DevOps.md#task-10-create-an-azure-kubernetes-service-cluster It's recommended to disable RBAC in Authentication section when creating AKS cluster in this lab. Enabling it would raise additional complexities / issues on the other steps (such as accessing the dashboard, initiating helm, etc.)

  2. Shells or Terminal to access Kubernetes and Azure CLI. In Windows - Though you can use Powershell and cmd line, it's recommended to use Bash on Ubuntu on Windows or Ubuntu (from Microsoft Store apps) as shown here: https://github.com/wely/MCW-Containers-and-DevOps/blob/master/Hands-on%20lab/Before%20the%20HOL%20-%20Containers%20and%20DevOps.md#task-3-install-wsl-bash-on-ubuntu-on-windows

  3. Installing Azure CLI https://github.com/wely/MCW-Containers-and-DevOps/blob/master/Hands-on%20lab/Before%20the%20HOL%20-%20Containers%20and%20DevOps.md#task-11-install-azure-cli This step will take pretty long time to install, in my case 20-30 mins.

Clone this wiki locally