From a836ed52dea789374d8f3cd9a21b2f8722b56a4a Mon Sep 17 00:00:00 2001 From: Cesar De la Torre Date: Wed, 19 Sep 2018 13:20:53 -0700 Subject: [PATCH] Updated 10.1 Deploying to Kubernetes (AKS and local) using Helm Charts (markdown) --- ...Deploying-to-Kubernetes-(AKS-and-local)-using-Helm-Charts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/10.1-Deploying-to-Kubernetes-(AKS-and-local)-using-Helm-Charts.md b/10.1-Deploying-to-Kubernetes-(AKS-and-local)-using-Helm-Charts.md index 0a7c5ff..13ec38f 100644 --- a/10.1-Deploying-to-Kubernetes-(AKS-and-local)-using-Helm-Charts.md +++ b/10.1-Deploying-to-Kubernetes-(AKS-and-local)-using-Helm-Charts.md @@ -8,7 +8,7 @@ In addition to having an AKS cluster created in Azure and having kubectl and Azu ### Install Helm -You need to have helm installed on your machine, and Tiller must be installed on the AKS. Follow [these instructions](https://github.com/MicrosoftDocs/azure-docs/blob/master/articles/aks/kubernetes-helm.md) to setup Helm and Tiller for AKS +You need to have helm installed on your machine, and Tiller must be installed on the AKS. Follow these instructions on how to ['Install applications with Helm in Azure Kubernetes Service (AKS)'](https://docs.microsoft.com/en-us/azure/aks/kubernetes-helm) to setup Helm and Tiller for AKS. **Note**: If your ASK cluster is not RBAC-enabled (default option in portal) you may receive following error when running a helm command: